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: 6 days ago
JSON representation

A utility to clone all files from learn.tsinghua.edu.cn

Lists

README

        

# clone-learn-tsinghua

网络学堂文件、作业、公告同步工具

# Usage

首先把配置文件复制并修改该文件相应项

```
$ cp config.example.ts config.ts
```

然后安装依赖文件

```
$ npm install
```

最后运行

```
$ npm start
```

# 打包成一个文件

```
$ npm install -D
$ npm run build
```

这样就能生成一个 `bundle`(或者 `bundle.exe`)的可执行文件。