A simple Version
class which encapsulates the logic to manage your project's version following SemVer.
npm install --save @hunteroi/versioning
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.
git checkout -b patch/YourAmazingWork
git commit -m 'Add some amazing work'
git push origin patch/YourAmazingWork