0.1.2 • Published 5 years ago

pkg-field v0.1.2

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

pkg-field Build Status npm.io PRs Welcome

CLI tool for adding fields to your package.json

Install

Install globally

npm install -g pkg-field

Install locally

npx pkg-field

Usage

Adds test script to your package.json

npx pkg-field scripts.test jest

Results:

{
  ...
  "scripts": {
    ...
    "test": "jest"
  },
  ...
}

License

MIT

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago