Skip to content

Commit 5f6a2b7

Browse files
committed
Add CONTRIBUTING.md
1 parent 1350046 commit 5f6a2b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CONTRIBUTING.md
2+
3+
## How to build
4+
5+
``` console
6+
$ npm install
7+
$ ./node_modules/.bin/tsc index.ts
8+
```
9+
10+
## Formatters
11+
12+
``` console
13+
$ isort crawl.py
14+
$ yapf --in-place crawl.py
15+
$ ./node_modules/.bin/prettier -w index.ts
16+
```

0 commit comments

Comments
 (0)