@disruptivo/base-project-generator
v1.1.1
Published
CLI tool for generating a base for your project
Downloads
4
Readme
How to run
Development mode
Install nvm
Instructions here
Clone the project
git clone https://gitlab.com/luisbar/base-project-generator.git && cd base-project-generator
Install dependencies
nvm use && npm i && npm postinstall
Run the project
npm start
Production mode
Install
npm i -g @disruptivo/base-project-generator
Run the command
generate-base-project
How to publish a new version to NPM
Run the following script in order to prepare the package, according your release
npm run release:YOUR_TYPE_OF_RELEASE // (e.g) npm run release:major
Run the following command in order to publish the new version of the package
npm publish --access public
Caveats
- You can unpublish a package using
npm unpublish @YOUR_ORGANIZATION/YOUR_PACKAGE@YOUR_VERSION
- You can unpublish before 72 hours from the package has been published
- You cannot publish a version that you unpublished previously