소스 검색

readme: improve developer documentation

describing linting, unit tests and precommit hooks
release-8443
Philipp Hancke 5 년 전
부모
커밋
09710c7f5d
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9
    0
      README.md

+ 9
- 0
README.md 파일 보기

@@ -12,3 +12,12 @@ To build the library, just type:
12 12
 ```
13 13
 npm install
14 14
 ```
15
+To lint:
16
+```
17
+npm run lint
18
+```
19
+and to run unit tests:
20
+```
21
+npm test
22
+```
23
+Both linting and units will also be done by a pre-commit hook.

Loading…
취소
저장