A CLI tool for the node-dora package.
This repo has been archived. If you believe this shouldn't be the case, please contact the project author.
npm install --save-dev dora-cli
You can also save it as a direct dependency with --save or for system wide access, with --global.
Assuming you have an On Disk Project at a relative path of "My Amazing ODP", you can set up an npm script in your package.json to pont to it, like such:
"scripts": {
"clean": "dora 'My Amazing ODP'"
}Now any time it available to other npm scripts or via npm run clean.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
- node-dora - API for this module
MIT