0.1.5 • Published 5 years ago

semver-manifest v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Semantic versioning for manifest.json

Semantic versioning? Never heard of it? Here you go: https://semver.org/

Semantic versioning is widely known and used in NPM, but for updating version information in manifest.json of a web application I couldn't find a npm package. So I wrote one myself.

CLI Usage

To update the manifest, use semver-manifest on command line.

Usage: semver-manifest <version>

Versions:
    major               Updating first digit of version [X.0.0] 
    minor               Updating second digit of version [0.X.0]
    patch               Updating third digit of version [0.0.X]

Contribute

Would be great if you contribute. There's lots of room for improvement. See CONTRIBUTING.md.

License

MIT © Lukas Böhm

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago