1.0.12 • Published 2 years ago

@atools/cf v1.0.12

Weekly downloads
357
License
MIT
Repository
github
Last release
2 years ago

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

1.0.12

2 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago