Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steamerjs/steamer-task-alloyteam
alloyteam团队任务
https://github.com/steamerjs/steamer-task-alloyteam
Last synced: about 1 month ago
JSON representation
alloyteam团队任务
- Host: GitHub
- URL: https://github.com/steamerjs/steamer-task-alloyteam
- Owner: steamerjs
- Created: 2017-12-06T16:15:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T14:50:32.000Z (about 7 years ago)
- Last Synced: 2024-10-29T01:13:58.588Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steamer-task-alloyteam
## 任务介绍
此任务是腾讯 AlloyTeam 快速开发流程任务### 开发
```javascript
steamer task s
// 或
steamer task start// 任务包括
npm run start
```### 生产环境
```javascript
steamer task d
// 或
steamer task dist// 任务包括
npm run lint => 代码link
npm run dist => 脚手架编译
git add --all => git 添加所有更新文件
node git-commit.js => git commit
node git-pull.js => git pull
node git.push.js => git push
steamer jb --run => 将代码部署到捷豹平台
```