Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoud/zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
https://github.com/mahmoud/zerover
calver semver standards version versioning
Last synced: 2 days ago
JSON representation
0️⃣ Minimalist versioning scheme for devs who can't be bothered.
- Host: GitHub
- URL: https://github.com/mahmoud/zerover
- Owner: mahmoud
- License: other
- Created: 2018-03-24T23:56:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T04:55:35.000Z (2 months ago)
- Last Synced: 2024-10-14T12:52:59.775Z (20 days ago)
- Topics: calver, semver, standards, version, versioning
- Language: CSS
- Homepage: https://0ver.org
- Size: 2.27 MB
- Stars: 200
- Watchers: 4
- Forks: 70
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeroVer
ZeroVer is the world's most popular software versioning convention,
and the only one shown to harness the innovative power of zero. The
benefits are innumerable and the effects on the software world are
profound.Read more at **[0ver.org](https://0ver.org)**.
## Building
The site is statically generated using
[Chert](https://github.com/mahmoud/chert).Content is all under `entries/`.
Tables of current and past ZeroVer users are generated from
`projects.yaml` into `projects.json` by `tools/gen_projects_json.py`
using the GitHub API. The project list has gotten long enough that
you'll need an API key.`custom.py` uses Chert hooks to render and inject tables based off of
`projects.json`. `custom.py` and `tools/gen_projects_json.py` are both
written to only depend on libraries required by Chert. To bring things
full circle, Chert has been 0ver for almost 3 years at the time of
writing.