1.1.1 • Published 4 years ago

@disruptivo/base-project-generator v1.1.1

Weekly downloads
41
License
ISC
Repository
gitlab
Last release
4 years ago

How to run

Development mode

  1. Install nvm

    Instructions here

  2. Clone the project

    git clone https://gitlab.com/luisbar/base-project-generator.git && cd base-project-generator
  3. Install dependencies

    nvm use && npm i && npm postinstall
  4. Run the project

    npm start

Production mode

  1. Install

    npm i -g @disruptivo/base-project-generator
  2. Run the command

    generate-base-project

How to publish a new version to NPM

  1. 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
  2. Run the following command in order to publish the new version of the package

    npm publish --access public

Caveats

  1. You can unpublish a package using npm unpublish @YOUR_ORGANIZATION/YOUR_PACKAGE@YOUR_VERSION
  2. You can unpublish before 72 hours from the package has been published
  3. You cannot publish a version that you unpublished previously
1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago