bn-cli-framework
v0.1.4
Published
Billionaire CLI Framework(bn-cli-framework) is a commander.js-based CLI framework for Node.js.
Downloads
16
Readme
Billionaire CLI Command Framework
Billionaire CLI Framework(bn-cli-framework) is a commander.js-based CLI framework for Node.js.
I wanna be a billionaire, so I choose this name. Hope you can be one someday either.
Features
- Declarative command definition
- Support TypeScript(arguments)
- Easy to init and build
How To Use It
Now you can check the example in the example directory.
Or you can follow guide:
- Make Directory
mkdir my-cli
cd my-cli- Init Project
npx bn-cli-framework init- Install Dependencies
npm install- Test it!
npm link
my-cli hello TomContributing
Contributions are welcome! Please open an issue or submit a pull request.
- Clone this repository
- pnpm install
- pnpm dev
- cd example && pnpm install
- pnpm build(in example dir)
- pnpm link(in example dir)
- hefs
