1.7.0 • Published 2 years ago

publish-preview v1.7.0

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

publish-preview

V0.2.1 MIT size Known Vulnerabilities Build Status

Node.js CLI to get a preview of properties and files that will be published on the NPM registry. Under the hood, the package run the following command:

npm pack --dry-run --json --loglevel=silent`

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm install publish-preview -g
# or
$ npx publish-preview

Usage example

When installed globally the pubview executable will be exposed in your terminal

$ cd yourProject
$ pubview

License

MIT

1.7.0

2 years ago

1.6.0

4 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago