0.2.2 • Published 2 years ago

twast v0.2.2

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

TWAST

指考 | Advanced Subjects Test

This repository is NOT about Abstract Syntax Tree!!!

Installation

I suggest you to use pnpm instead of npm because pnpm uses less storage and is faster.

You can install this as a global package by running the following command:

pnpm i -g twast
# if you want to use npm
npm i -g twast

Or if you just want to try it out without installing it globally:

# This command will run twast crawler and creator. The data
# will be saved in "data" folder under the current directory.
npx twast cc

Usage

Crawler

Crawl data of AST.

twast crawler

# or use npx
npx twast crawler

Creator

Merge data and files, make PDF of books.

You must first run twast crawler to get data.

twast creator

# or use npx
npx twast creator

CC

Run both crawler and creator.

twast cc

# or use npx
npx twast cc

Special Thanks

  • 感謝黃羿齊先生提出的建議與啟發,以及做出計畫最初的雛形。