adi-cli
v1.4.1
Published
<!-- * @Author: ADI * @Date: 2020-12-30 18:10:07 * @LastEditors: ADI * @LastEditTime: 2021-01-23 12:47:06 --> <p align="center"> <img src="https://raw.githubusercontent.com/13168335674/adi-cli/main/public/images/logo.png" width=150 alt="Logo"> </p>
Downloads
7
Readme
A super-simple way to create new projects based on templates.
Inspired by Khaos, but with a better CLI, schemas and a more up-to-date code.
Install
npm install -g adi-cli
or
yarn global add adi-cli
Usage
- Create
adi-cli create <project name>
- Templates
adi-cli list
- Version
adi-cli --version
- Help
adi-cli --help
Upgrade log
- [email protected]
- [x] 加入 typeScript 支持
- [x] 加入开发模式
yarn run dev
- [x] 重新组织合理的文件结构
- [x] JSON 格式配置项目模板
- [x] 添加指令
-h -help -v -version -list
- [x]
adi-cli create <project name>
&& adi-cli select templates option - [x] log
cd <project name>
&& yarn i && git init
- [email protected] 升级文档
License
MIT © Fabio Spampinato