fraxken / scri

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%