Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antzymo/create-app
通过cli创建自定义模版
https://github.com/antzymo/create-app
Last synced: 27 days ago
JSON representation
通过cli创建自定义模版
- Host: GitHub
- URL: https://github.com/antzymo/create-app
- Owner: AntzyMo
- License: mit
- Created: 2022-06-13T13:43:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T14:21:02.000Z (over 1 year ago)
- Last Synced: 2024-11-24T21:23:00.047Z (30 days ago)
- Language: TypeScript
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @antzy/create-app
一个简单快速创建`cli`模板工具,可以`clone`制作属于自己的`cli`# Usage
## Install
```sh
npm i @antzy/create-app -g
```
## Basic Usage
```
create-app project-name
```
## License
[MIT](./LICENSE) License © 2022-PRESENT [AntzyMo](https://github.com/AntzyMo)