Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/clone-learn-tsinghua
A utility to clone all files from learn.tsinghua.edu.cn
https://github.com/jiegec/clone-learn-tsinghua
tsinghua-university
Last synced: 2 days ago
JSON representation
A utility to clone all files from learn.tsinghua.edu.cn
- Host: GitHub
- URL: https://github.com/jiegec/clone-learn-tsinghua
- Owner: jiegec
- Created: 2017-10-18T07:10:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T01:46:23.000Z (about 2 months ago)
- Last Synced: 2024-10-26T22:49:18.829Z (16 days ago)
- Topics: tsinghua-university
- Language: TypeScript
- Homepage:
- Size: 478 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - jiegec/clone-learn-tsinghua - A utility to clone all files from learn.tsinghua.edu.cn (TypeScript)
README
# clone-learn-tsinghua
网络学堂文件、作业、公告同步工具
# Usage
首先把配置文件复制并修改该文件相应项
```
$ cp config.example.ts config.ts
```然后安装依赖文件
```
$ npm install
```最后运行
```
$ npm start
```# 打包成一个文件
```
$ npm install -D
$ npm run build
```这样就能生成一个 `bundle`(或者 `bundle.exe`)的可执行文件。