test fix
This commit is contained in:
parent
e56a8a7d9a
commit
41ef9f77ab
2 changed files with 24 additions and 3 deletions
16
README.md
16
README.md
|
@ -10,11 +10,23 @@ npm install
|
|||
You need create your config.js from config.template
|
||||
|
||||
```bash
|
||||
npm main --c=<your_config>.js --t=<web|node>
|
||||
node main.js --c=<your_config>.js --t=<web|node>
|
||||
```
|
||||
|
||||
default config -> config.js
|
||||
|
||||
## Test
|
||||
Also you can test your parser
|
||||
```bash
|
||||
node test.js --c=<your_config>.js
|
||||
```
|
||||
|
||||
## Also
|
||||
You can use <&&REPLACER{<file_path>}&&> syntax for include your code here
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
## Special Directives
|
||||
|
||||
See lemon.html for additional documentation.
|
||||
|
@ -44,4 +56,4 @@ See lemon.html for additional documentation.
|
|||
- %token_class - **NOT SUPPORTED**
|
||||
|
||||
## Original project
|
||||
See https://github.com/sormy/lemon-js.
|
||||
See https://github.com/sormy/lemon-js
|
Loading…
Add table
Add a link
Reference in a new issue