@atools/cf
v1.0.12
Published
a guided and prescriptive CLI creator.
Downloads
74
Readme
About
✨ a guided and prescriptive CLI creator.
Quick Start
$ npm install -g cf
Advanced Usage
hooks list
- will-inject: before command module's injection
- will-parse: before cli-engine start
bootstrap.hooks.listen('will-inject', async (next) => {
try {
await sleep(3000)
} catch (error) {
console.log(error)
}
await next();
})
Feature
TODO