Update README.md with more new commands
This commit is contained in:
11
README.md
11
README.md
@@ -46,11 +46,21 @@ $ ./do compile:all
|
|||||||
$ ./do test:unit
|
$ ./do test:unit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- JS tests (using Mocha):
|
||||||
|
```sh
|
||||||
|
$ ./do test:javascript
|
||||||
|
```
|
||||||
|
|
||||||
- Debug tests:
|
- Debug tests:
|
||||||
```sh
|
```sh
|
||||||
$ ./do test:debug
|
$ ./do test:debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Code linters and quality checkers:
|
||||||
|
```sh
|
||||||
|
$ ./do qa
|
||||||
|
```
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
- [Stylus](https://learnboost.github.io/stylus/)
|
- [Stylus](https://learnboost.github.io/stylus/)
|
||||||
- [Nib extension](http://tj.github.io/nib/)
|
- [Nib extension](http://tj.github.io/nib/)
|
||||||
@@ -109,6 +119,7 @@ Once javascript is compiled with `./do compile:javascript`, your module will be
|
|||||||
```php
|
```php
|
||||||
__()
|
__()
|
||||||
_n()
|
_n()
|
||||||
|
_x()
|
||||||
```
|
```
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
Reference in New Issue
Block a user