UNPKG
aotu-cli
Version:
latest (0.0.1)
1.0.0
0.0.1
快速生成项目,一键生成 ts 类接口
github.com/LiLixikun/aotu-cli
LiLixikun/aotu-cli
aotu-cli
/
src
/
commander.js
11 lines
(10 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
commanderActions = {
init
: {
alias
:
'i'
, description:
'创建一个项目 🔧'
, examples: [
'aotu-cli create <project-name>'
] } } module.exports = commanderActions