Add coffeelint install & usage instructions on readme files

This commit is contained in:
Bertocq
2017-06-16 17:54:18 +02:00
parent 2965b31504
commit 06525cb462
2 changed files with 12 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ Run the tests with:
bin/rspec bin/rspec
``` ```
Run the [coffeelint](http://www.coffeelint.org/) linter for coffeescript (install with `npm install -g coffeelint`) :
```
coffeelint .
```
You can use the default admin user from the seeds file: You can use the default admin user from the seeds file:
**user:** admin@consul.dev **user:** admin@consul.dev

View File

@@ -58,6 +58,12 @@ Para ejecutar los tests:
bin/rspec bin/rspec
``` ```
Usa el linter coffeescript [coffeelint](http://www.coffeelint.org/) (puedes instalaro con `npm install -g coffeelint`) :
```
coffeelint .
```
Puedes usar el usuario administrador por defecto del fichero seeds: Puedes usar el usuario administrador por defecto del fichero seeds:
**user:** admin@consul.dev **user:** admin@consul.dev