0.0.2 • Published 2 years ago

aie-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

use

npm install aie-cli -g
aie-cli create project-name
aie-cli config set repo repo-name

fork

#1. 修改create.js中 这些配置改为自己的github名字
  const { data } = await axios.get('https://api.github.com/users/eternallycyf/repos')
  const { data } = await axios.get(`https://api.github.com/repos/eternallycyf/${repo}/tags`);
  let api = `eternallycyf/${repo}`
  // 注意 需要打tag git tag -a v1.0 -m "my version 1.0"
#2.package.json中 配置下自己cli的描述信息 
#3.npm注意切换到npm源 否则无法登录
#4.npm login
#5.npm publish  
npm install aie-cli -g
aie-cli create xxx
1.0