# koa-booster-cli

> cli for create projecct with koa-booster

Latest version **1.0.14** (published 2023-12-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install koa-booster-cli
pnpm add koa-booster-cli
yarn add koa-booster-cli
bun add koa-booster-cli
```

Provides the commands `kb`, `koa-booster`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.14 |
| Published | 2023-12-18 |
| First published | 2020-12-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 18 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | santiagochen |
| Maintainers | santiagochen |
| Keywords | scaffold, koa, boost |

## Links

- npm: https://www.npmjs.com/package/koa-booster-cli
- Repository: https://github.com/santiagochen/koa-booster-cli
- Homepage: https://github.com/santiagochen/koa-booster-cli#readme
- Issues: https://github.com/santiagochen/koa-booster-cli/issues
- npm.io page: https://npm.io/package/koa-booster-cli

## Dependencies (9)

- [ejs](https://npm.io/package/ejs.md) ^3.1.5
- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^1.0.4
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.4
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.1
- [inquirer](https://npm.io/package/inquirer.md) ^7.3.3
- [commander](https://npm.io/package/commander.md) ^6.2.0
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.4
- [sorted-object](https://npm.io/package/sorted-object.md) ^2.0.1

## Recent versions

- 1.0.14 (latest) — 2023-12-18
- 1.0.13 — 2023-08-03
- 1.0.12 — 2023-08-03
- 1.0.11 — 2021-03-02
- 1.0.10 — 2020-12-08
- 1.0.9 — 2020-12-08
- 1.0.8 — 2020-12-07
- 1.0.6 — 2020-12-04
- 1.0.5 — 2020-12-04
- 1.0.4 — 2020-12-03
- 1.0.3 — 2020-12-03
- 1.0.2 — 2020-12-03
- 1.0.1 — 2020-12-03
- 1.0.0 — 2020-12-03

## README

### koa-booster-cli
Koa-booster module give you a better experience in developing with the sample thought of Koa: pure, clean, and strong enough to extend whatever you want.
- Usage
  - Step 1
  ```
  npm i -g koa-booster-cli
  ```
  - Step 2
  ```
  koa-booster create {projectName}
  //or you can do it either
  mkdir {projectName} && cd {projectName}
  koa-booster create .
  ```
  - Step 3 

  ```
  cd {projectName} && npm i
  npm run start
  ```
- Alias: 
  - koa-booster: ```kb```
  - create: ```c```
  - generate: ```g```
  ```
  koa-booster create {projectName}
  ```
  or(RIP Kobe Bryant) 
  ```
  kb c {projectName} 
  ```
  ```
  kb generate {moduleName} 
  ```
  ```
  kb g {moduleName} 
  ```
- Cli List
  - kb create {projectName}
  ```
  kb create app1  
  kb c app1
  ```
  - kb generate {moduleName} 
  > moduleName include: router, controller, service, utils, config, middlewares
  ```
  kb generate controller books
  kb g service books
  kb g config books
  ```
- Related Doc [koa-booster](https://www.npmjs.com/package/koa-booster)

---
_Source: https://npm.io/package/koa-booster-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
