increase-project-version
v1.1.3
Published
<div align="center" id="top"> <img src="./.github/app.svg" alt="Increase Project Version" />
Downloads
3
Readme
:dart: About
Have you had any bugs when using the npm version patch? The code version doesn't change, or changes too much! Having trouble finding the right build to deploy to AWS?
Your troubles are over -D
With the Increase Project Version lib, you can change the version of your project in package.json, and version your project locally, to perform tests, or even deploy.
:sparkles: Features
:heavy_check_mark: Performance
:heavy_check_mark: Compatible with all builders\
:rocket: Technologies
The following tools were used in this project:
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Node installed, and Yarn is optional.
:checkered_flag: Starting
#Using npm
npm install --save-dev increase-project-version
#Using yarn
yarn add increase-project-version -D
:checkered_flag: How to use
add this script in your package.json: "build-version": "npm run build && node node_modules/increase-project-version/dist/index.js"
#Using yarn
yarn build-version
#Usin npm
npm run build-version
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by Aleixo
Back to top