Skip to content

doniyor2109/pkg-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-field Build Status 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

About

CLI tool for adding fields to your package.json

Resources

Stars

Watchers

Forks

Packages

No packages published