1.3.1 • Published 6 years ago
scri v1.3.1
Scri
Node.js CLI to create or edit local package.json scripts without having to leave the terminal or writing complex commands.
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm install scri -g
# or
$ npx scriUsage example
When installed globally the scri executable will be exposed in your terminal
$ cd yourProject
$ scri start node server.jsTo delete a script, use the -d flag:
$ scri -d startLicence
MIT