@taqtile/publish-package-json

0.7.1 • Public • Published

publish-package-json

Command line utility to clean and copy package.json for publishing a npm package.

Basic usage

Add a npm-script shortcut:

{
  "scripts": {
    "clean-to-publish": "clean-to-publish"
  }
}

And use it

yarn run clean-to-publish

# or

npm run clean-to-publish

If you've installed globally, invoke directly from command line:

clean-to-publish

clean-to-publish command will read your package.json and add a modified version of it in the dist directory ommiting scripts, devDependencies, jest.

Readme

Keywords

none

Package Sidebar

Install

npm i @taqtile/publish-package-json

Weekly Downloads

24

Version

0.7.1

License

MIT

Unpacked Size

3.21 kB

Total Files

6

Last publish

Collaborators

  • taqtile
  • tibawatanabe