Просмотр исходного кода

readme: improve developer documentation

describing linting, unit tests and precommit hooks
dev1
Philipp Hancke 5 лет назад
Родитель
Сommit
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.

Загрузка…
Отмена
Сохранить