@atools/cf

a guided and prescriptive CLI creator.

Usage no npm install needed!

<script type="module">
  import atoolsCf from 'https://cdn.skypack.dev/@atools/cf';
</script>

README


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