@hunteroi/versioning
v1.3.2
Published
A versioning class for your project
Downloads
6
Readme
versioning
A simple Version
class which encapsulates the logic to manage your project's version following SemVer.
Installation
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.
- Fork the Project
- Create your Branch:
git checkout -b patch/YourAmazingWork
- Commit your Changes:
git commit -m 'Add some amazing work'
- Push to the Branch:
git push origin patch/YourAmazingWork
- Open a Pull Request