package starred_ml
Generates a awesome list markdown
Install
dune-project
Dependency
Authors
Maintainers
Sources
starred_ml-0.0.6.tbz
sha256=94c4d0a6c22a3a434bc8ee0508dbf2de40808af764d809aa7f797b1bf00012bc
sha512=359b9e8dc329a9395cc0c1080655ca78924de7cae1f1eff25724ca069611dab2931e8f8f6bbdd8e577588417c0e418584dfa2c537afea860b2801c99c8aba1dd
doc/CHANGES.html
0.0.6
- Adds a
language_slugattribute to theitem(repository being rendered) with the slug of the language. - Languages sent to
jingootemplate now are the slug version of the language.
0.0.5
- More stable sorting
- Introduces new template variable
owner_loginfor a more complete link to the starred repo.
0.0.4
- Added CmdLiner for a smoother experience. The addition is fully compatible with previous
TOKENenv var only. - Moved some code for better testability, leaving
binfor pure execution. - Added a bit more tests
0.0.3
- The generated output was using
urlof 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_mlwas 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.