Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


npm version

built with tcr

# 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