npm-version-manager
v1.0.2
Published
`npm-version-manager` is a utility library designed to simplify the process of publishing npm packages. It provides a set of tools and scripts to automate and streamline the publishing workflow.
Downloads
2,652
Readme
npm-version-manager
npm-version-manager
is a utility library designed to simplify the process of publishing npm packages. It provides a set of tools and scripts to automate and streamline the publishing workflow.
Features
- Automated version bumping
- Pre-publish checks and validations
- Customizable publishing scripts
- Support for multiple npm registries
Installation
To install npm-version-manager
, use npm:
npm install npm-version-manager -g
Usage
Basic Usage
Add the following script to your package.json
:
"scripts": {
"publish": "npm-version-manager publish dist\\lib --preid rc",
"publish:local": "npm-version-manager publish dist\\lib --preid snapshot --registry http://localhost:4873/"
}
Run the publish script:
npm run publish
Configuration
@todo
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License
This project is licensed under the MIT License.
Contact
For any questions or suggestions, please open an issue on the GitHub repository.