1.1.3 • Published 18 days ago

enhanced-publish v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

enhanced-publish

installing

  • run npm install -g enhanced-publish
  • use npx to run and execute the package

usage

The package is a command line tool that can be used to publish your package to npm. It works exactly like npm publish but it also allows you to specify to only publish the package if there is no version conflict.

--if-possible

The behavior is heavily inspired by lerna's from-package publishing strategy.

The command adds a flag --if-possible to the npm publish command and will not publish if the package already exists in the registry.

--use-preid-as-tag

Will use the 'preid' as the tag. 1.0.0-alpha.1 becomes --tag alpha in the publish command.

1.1.3

18 days ago

1.1.2

3 months ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago