Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 220 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 220 Bytes

CONTRIBUTING.md

How to build

$ npm install
$ ./node_modules/.bin/tsc index.ts

Formatters

$ isort crawl.py
$ yapf --in-place crawl.py
$ ./node_modules/.bin/prettier -w index.ts