derby-dev-helpers

0.1.2 • Public • Published

derby-dev-helpers

Helpers for developing Derby plugins and components

Installation

Install as dev dependency:

$ npm i derby-dev-helpers --save-dev

Preprocess jade and coffee before publishing to npm:

  1. Check out the usage of command line utility:

    $ ./node_modules/.bin/derby-dev-helpers --help
  2. Add compilation of your jade and coffee into prepublish section of package.json and revert compilation in postpublish:

    "scripts": {
      "prepublish": "derby-dev-helpers compile -cj",
      "postpublish": "derby-dev-helpers revert -cj"
    }
  3. Publish your package to npm.

Licence

MIT

Readme

Keywords

Package Sidebar

Install

npm i derby-dev-helpers

Weekly Downloads

3

Version

0.1.2

License

none

Last publish

Collaborators

  • cray0000