https://github.com/teal-front/publish-pack-gen-nodejs
publish-pack-gen-nodejs
https://github.com/teal-front/publish-pack-gen-nodejs
git koa nodejs packagegenerator
Last synced: about 2 months ago
JSON representation
publish-pack-gen-nodejs
- Host: GitHub
- URL: https://github.com/teal-front/publish-pack-gen-nodejs
- Owner: teal-front
- Created: 2017-09-14T10:16:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T05:00:26.000Z (over 7 years ago)
- Last Synced: 2025-10-06T01:48:39.880Z (9 months ago)
- Topics: git, koa, nodejs, packagegenerator
- Language: JavaScript
- Homepage:
- Size: 45.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Summary
author: teal
description: git版本的
beginTime: 2017-3-27
## Use
1. Web服务器
操作流程:选中自己的提交版本 - 确认文件 - 生成对应的包下载
对应的Server方法:
git-cli获取git服务器上指定版本号对应的文件;
把上一步获取的文件按照具体项目的站点结构打包成zip包;([archiver](archiver))
2. 需要在服务器上建立git仓库,并不间断的拉取
## Development log
1. 2017-3-27 尝试在本地获取git仓库的版本Log, 某个commit的相关文件,下载commit的相关文件。但git的大部分命令只适合在.git版本库中运行,没有像svn那样cli中支持远程获取
2. 2017-3-28 在本地拉取仓库,git命令在本地运行。需要设置定时任务去拉取最新代码,或实时触发拉取,现默认采用前者。
### Todo
- [x] 找到合适的git cli命令