climod-add-script

0.1.1 • Public • Published

climod-add-script

CLI codemod to add a script entry to package.json.

climod-add-script --name test --cmd jest

Now your package.json has this entry.

{
  "scripts": {
    "test": "jest"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i climod-add-script

Weekly Downloads

0

Version

0.1.1

License

none

Unpacked Size

794 B

Total Files

3

Last publish

Collaborators

  • streamich