4.0.1 • Published 3 years ago

package-stages v4.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Stages in npm

Publishing a package

npm run manage -- --publish <patch | minor | major>

Publishes the package and increments its version, it automatically sets the tag to development so you can install the latest version with npm i <pkg>@development

Adding package to stages

npm run manage -- --add <development | test | production>

Adds the latest package.json version to <development | test | production> environment, so ypu can install with npm i <pkg>@<env>

The production tag also sets the version to latest so, when running npm i <pkg> you install the latest production version

4.0.1

3 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.1.11

3 years ago

2.1.10

3 years ago

2.1.9

3 years ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago