https://github.com/ilukemagic/koa-inventor
Interactive quick CLI tool for creating Koa projects ππ, quick develop without configuration
https://github.com/ilukemagic/koa-inventor
cli command-line-tool javascript javascript-library koa nodejs typescript
Last synced: about 2 months ago
JSON representation
Interactive quick CLI tool for creating Koa projects ππ, quick develop without configuration
- Host: GitHub
- URL: https://github.com/ilukemagic/koa-inventor
- Owner: ilukemagic
- Created: 2022-08-15T14:00:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T07:50:58.000Z (about 2 years ago)
- Last Synced: 2025-03-13T03:30:28.323Z (3 months ago)
- Topics: cli, command-line-tool, javascript, javascript-library, koa, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa-inventor


> Interactive quick CLI tool for creating `Koa` projects ππ, quick develop without configuration
## document
[δΈζζζ‘£](./README_CH.md)
[English document](./README.md) π
## Feature
1. Create the `Koa` project interactively
2. Support for configurable middleware
- koa-static
- koa-router
- koa-bodyparser
- @koa/cors
3. Support to select package management tools (npm, yarn, pnpm)## Install
```shell
npm install koa-inventor -g
```please ensure you can use `prettier` globallyοΌif `prettier` is not installed on your computer globally, use this command:
```shell
npm install prettier -g
```## Usage
- create project
```shell
koa-inventor create
```- create a module
```shell
koa-inventor gm [moduleName]
```- help
```shell
koa-inventor -h
```## Support
> If this project can help you, please click star β to me. Thank you very much!