https://github.com/halfzebra/nok
👟 Running scripts from package.json using a prompt
https://github.com/halfzebra/nok
cli npm npm-scripts
Last synced: about 1 year ago
JSON representation
👟 Running scripts from package.json using a prompt
- Host: GitHub
- URL: https://github.com/halfzebra/nok
- Owner: halfzebra
- Created: 2017-10-01T08:19:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T13:04:34.000Z (over 6 years ago)
- Last Synced: 2024-11-10T22:49:55.969Z (over 1 year ago)
- Topics: cli, npm, npm-scripts
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👟 nok
[](https://badge.fury.io/js/nok)
Run your scripts from `package.json` using a prompt in a terminal.

## Installation
```sh
npm install nok -g
```
## Usage
Run the `nok` command inside your Node.js project root folder:
```sh
nok
```
Run `nok --filterHooks` command inside your Node.js project root folder if you
want to filter hooks from the menu. With the `--filterHooks` flag being set,
only scripts names will be displayed and every pre/post hooks won't be
displayed:
```sh
nok --filterHooks
```