thorax-inspector
v0.2.8
Published
thorax-inspector-backend ========================
Downloads
31
Readme
thorax-inspector-backend
Node backend to open files for the thorax-inspector Chrome plugin.
npm install -g thorax-inspector
cd your_project
thorax-inspector optional-config.json&
The optional configuration file may contain:
{
"editor": "subl",
"paths": {
"views": "./js/views",
"models": "./js/models",
"collections": "./js/collections"
}
}
The "editor" must be a command that can be run from your shell.