Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

edm00se/node-dora-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-dora-cli

NPM version

A CLI tool for the node-dora package.

Update

This repo has been archived. If you believe this shouldn't be the case, please contact the project author.

Installation

  • npm install --save-dev dora-cli

You can also save it as a direct dependency with --save or for system wide access, with --global.

Usage

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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Related

License

MIT