The tool to make CLI ( commands user interface ). It is able to aggregate external binary applications, as well as functions, which are written in your language.


Keywords
wTools
License
MIT
Install
npm install wcommandsaggregator@0.3.375

Documentation

module::CommandsAggregator status stability-stable

The tool to make CLI ( commands user interface ). It is able to aggregate external binary applications, as well as functions, which are written in your language.

Try out from the repository

git clone https://github.com/Wandalen/wCommandsAggregator
cd wCommandsAggregator
will .npm.install
node sample/trivial/Sample.s

Make sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.

To add to your project

npm add 'wcommandsaggregator@stable'

Willbe is not required to use the module in your project as submodule.