Skip to content

Awpatterson217/customshells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customshells

A library to simplify the use of shells in Node.js

npm version npm version npm version



npm install customshells

customshells API Documentation

Example Usage:

const customshells = require('customshells');

const shell = customshells.create();

    // Run a Node.js module
    // at every node in 
    // a directory tree.

    // Pipe all output
    // to 'example/output.txt'.

shell
    .node('myModule.js')
    .tree('example/root/node')
    .toFile('example/output.txt')
    .run();   

Contributors Welcome!

About

A library to simplify the use of shells in Node.js

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.APACHE2
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published