Minimal command engine
A Parser engine for a set of Commands simply defined by a string and optionally using Validators. The engine is designed to handle async commands.
npm install micromand --save
The interface is subject to change. The test file is your friend for examples.