package starred_ml
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=328826875736c07f39d2249739e660a1aae1c917b4a662aaa78bb2d6404db959
sha512=342a47569729b6a7a475ce95d8e7067ce8cd85029baaf82b9db854c0ebed48db6bfbff9f2b393d9f389b42547bfcbd7389f23aed9dfd9244ee5cba85f93b42b3
CHANGES.md.html
0.0.7
IMPORTANT: now use
starred_ml render
for rendering the template.Removed
slug
dependency that was actually not enough for the intention.Encourages raw jingoo filters for encoding urls. As in
item.language | urlencode
.The
dafault.jingoo
template now takes a the github repositories (thestarred list
type) and usesgroupby
Jingoo's feature to print each repository under the corresponding language.
0.0.6
Adds a
language_slug
attribute to theitem
(repository being rendered) with the slug of the language.Languages sent to
jingoo
template now are the slug version of the language.
0.0.5
More stable sorting
Introduces new template variable
owner_login
for a more complete link to the starred repo.
0.0.4
Added CmdLiner for a smoother experience. The addition is fully compatible with previous
TOKEN
env var only.Moved some code for better testability, leaving
bin
for pure execution.Added a bit more tests
0.0.3
The generated output was using
url
of the repo, that points to the GitHub API. This release fixes it by using the properhtml_url
.Some other small typos were fixed
A reference to the template repository using
starred_ml
was also added
0.0.2
Includes pagination and total language count. See the template.
0.0.1
The very initial release of Starred_ml
. This version is intended to help setting up CI but it is working already.
IMPORTANT This release won't use pagination on Github API, fetching only the first page of the starred items.