# derby-dev-helpers

> Helpers for developing Derby plugins and components

Latest version **0.1.2** (published 2015-03-28) · 0 weekly downloads

## Install

```sh
npm install derby-dev-helpers
pnpm add derby-dev-helpers
yarn add derby-dev-helpers
bun add derby-dev-helpers
```

Provides the command `derby-dev-helpers`.

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2015-03-28 |
| First published | 2015-03-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 0.10.x |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Pavel Zhukov |
| Maintainers | cray0000 |
| Keywords | derby, derbyjs |

## Links

- npm: https://www.npmjs.com/package/derby-dev-helpers
- Repository: https://github.com/dmapper/derby-dev-helpers
- Issues: https://github.com/dmapper/derby-dev-helpers/issues
- npm.io page: https://npm.io/package/derby-dev-helpers

## Dependencies (4)

- [shelljs](https://npm.io/package/shelljs.md) ^0.3.0
- [commander](https://npm.io/package/commander.md) ~2.6.0
- [derby-jade](https://npm.io/package/derby-jade.md) >=0.6.17
- [coffee-script](https://npm.io/package/coffee-script.md) *

## Recent versions

- 0.1.2 (latest) — 2015-03-28
- 0.1.1 — 2015-03-28

## README

# derby-dev-helpers

> Helpers for developing Derby plugins and components

## Installation

Install as dev dependency:

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

## Preprocess jade and coffee before publishing to npm: 

1. Check out the usage of command line utility:

    ```bash
    $ ./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`:

    ```json
    "scripts": {
      "prepublish": "derby-dev-helpers compile -cj",
      "postpublish": "derby-dev-helpers revert -cj"
    }
    ```

3. Publish your package to npm.

## Licence

MIT

---
_Source: https://npm.io/package/derby-dev-helpers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
