4.0.6 • Published 2 years ago

lrxc-cli v4.0.6

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

use

npm install lrxc-cli -g
lrxc-cli create project-name
lrxc-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 lrxc-cli -g
lrxc-cli create xxx
1.0
4.0.6

2 years ago

4.0.4

3 years ago

4.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.2

3 years ago

3.0.0

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago