Skip to content

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages