@atools/cf

1.0.12 • Public • Published


cf


To do a good job, an artisan needs the best tools. Good tools are prerequisite to the successful execution of a job.

工欲善其事,必先利其器。


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

Readme

Keywords

Package Sidebar

Install

npm i @atools/cf

Weekly Downloads

5

Version

1.0.12

License

MIT

Unpacked Size

21.9 kB

Total Files

25

Last publish

Collaborators

  • xiaoa