scri

Node.js CLI to create or edit local package.json scripts without having to leave the terminal or writing complex commands.

Downloads
8
Stars
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 scri

Usage example

When installed globally the scri executable will be exposed in your terminal

$ cd yourProject
$ scri start node server.js

To delete a script, use the -d flag:

$ scri -d start

Licence

MIT