1.3.8 • Published 3 years ago

nnr v1.3.8

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

nnr

Node based Npm Run

Easy replacement for npm run. Just run nnr script:name instead of npm run script:name

Install

Motivation

  • cross platform (windows and linux) script in npm-script
  • resolves
    • environment variable, possible to use only $ENV_VAR, no longer need on %ENV_VAR% on window
    • possible to use same command on windows and linux with Cygwin

Features

  • possible to run script from located .json or .yml
  • default nnr.yml detection in the current folder
  • in .yml file possible to use import array with relative and absolute path
  • in .yml file possible to use eval: for evaluate a javascript command
  • like finder search in the scripts (if string includes)
  • prompt base submenu system, please read nnr.yml#1
  • inherit npm variables
  • it provides extra NNR_ORIGINALPATH environment variable to know the original call path
  • possible to debug sequential run with -a option or NNR_ASKTOCONTINUE=true environment variable. Any key to continue or CTRL+C to terminate all process
  • possible to create custom environment variable with -g option, or use nnrg for direct call e.g: test/test.yml. It use os.tmp/.nnrenv temporary file for this operation. If -n option is set the file history will not be cleared after restart
  • desc: description tag for all script
  • run multiple npm-scripts in parallel or sequential like npm-run-all
  • all script runs inside a bash shell
  • menu control keys:
    • select: space, enter
    • one level up: esc
    • on top level: esc equals exit
    • terminate: ctrl+c

Examples

Examples are located in test/package.json file or test/test.yml or nnr.yml.

Dependencies

  • Install Cygwin
  • IMPORTANT!! Add Cygwin path to Environment variables to top level, which replace the default windows commands like find and etc.

Alt text

Usage

commanddescription
nnrwithout parameters it gives a nice choices menu
nnr --helpgives a standard help manual which is generated with yargs

Status

  • support menu for select a script
  • support sequential run
  • support parallel run
  • support package.json file
  • support *.yml file

Alternatives

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.8

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago