Skip to content

Unnecessary tool to run JavaScript for command line piping.

Notifications You must be signed in to change notification settings

dogagenc/nevale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nevale

Unnecessary tool to run JavaScript for command line piping.

Install

npm install -g nevale

Usage

echo '1 2 3' | nevale "numbers => numbers.split(' ').join('+')"
// Outputs: 1+2+3
echo '{"hello": "world"}' | nevale "json => JSON.parse(json).hello"
// Outputs: world

About

Unnecessary tool to run JavaScript for command line piping.

Resources

Stars

Watchers

Forks

Packages