updated readme with test and debug info

This commit is contained in:
Nick Carneiro
2017-02-20 20:10:38 -08:00
parent 55b5c43483
commit e363e1945e
2 changed files with 10 additions and 0 deletions

View File

@@ -60,8 +60,18 @@ If you want to add new functionality, start with a test.
The parser generates a generic data structure consumed by code generator functions.
You can run a specific test with this command:
`node test.js --test=test_name`
where "test_name" is a file (without extension) in `fixtures/curl_commands`
I recommend setting this up with a debugger so you can see exactly what the parser is passing to the generator.
![Screenshot of intellij debug configuration](/docs/intellijconfig.png)
If you get stuck, please reach out via email. I am always willing to hop on a google hangout and pair program.
## License
MIT © [Nick Carneiro](http://trillworks.com)

BIN
docs/intellijconfig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB