1.3.1 • Published 5 years ago

scri v1.3.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Scri

version Maintenance MIT dep size Known Vulnerabilities

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

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.0

5 years ago