Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunteroi/versioning
A versioning system for your projects
https://github.com/hunteroi/versioning
ecmascript javascript js nodejs ts typescript version versioning
Last synced: 23 days ago
JSON representation
A versioning system for your projects
- Host: GitHub
- URL: https://github.com/hunteroi/versioning
- Owner: HunteRoi
- License: mit
- Created: 2022-03-05T01:32:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T17:58:55.000Z (about 2 years ago)
- Last Synced: 2024-11-23T14:22:05.351Z (about 1 month ago)
- Topics: ecmascript, javascript, js, nodejs, ts, typescript, version, versioning
- Language: Shell
- Homepage: https://hunteroi.github.io/versioning
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# versioning
A simple `Version` class which encapsulates the logic to manage your project's version following [SemVer](https://semver.org/).
## Installation
```sh
npm install --save @hunteroi/versioning
```## Contribution
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Branch: `git checkout -b patch/YourAmazingWork`
3. Commit your Changes: `git commit -m 'Add some amazing work'`
4. Push to the Branch: `git push origin patch/YourAmazingWork`
5. Open a Pull Request