Skip to content

aleeixoj/increase-project-version

Repository files navigation

Increase Project Version

 

Increase Project Version

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 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.

✨ Features

✔️ Performance
✔️ Compatible with all builders\

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Node installed, and Yarn is optional.

🏁 Starting

#Using npm
npm install --save-dev increase-project-version

#Using yarn
yarn add increase-project-version -D

🏁 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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Aleixo

 

Back to top