# grunt-rainmaker

> Interact with the RainmakerApp API

Latest version **0.1.2** (published 2014-09-11) · 0 weekly downloads

## Install

```sh
npm install grunt-rainmaker
pnpm add grunt-rainmaker
yarn add grunt-rainmaker
bun add grunt-rainmaker
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-09-11 |
| First published | 2014-02-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+8 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | David Boskovic |
| Maintainers | dboskovic |
| Keywords | gruntplugin |

## Links

- npm: https://www.npmjs.com/package/grunt-rainmaker
- Repository: git@github.com:RainmakerApp/grunt-rainmaker
- Homepage: http://rainmaker.is
- Issues: https://github.com/RainmakerApp/grunt-rainmaker.git/issues
- npm.io page: https://npm.io/package/grunt-rainmaker

## Dependencies (10)

- [jade](https://npm.io/package/jade.md) ~0.35.0
- [grunt](https://npm.io/package/grunt.md) ~0.4.2
- [crypto](https://npm.io/package/crypto.md) 0.0.3
- [marked](https://npm.io/package/marked.md) ~0.3.0
- [js-yaml](https://npm.io/package/js-yaml.md) ^3.0.2
- [restler](https://npm.io/package/restler.md) ~2.0.1
- [underscore](https://npm.io/package/underscore.md) ~1.5.2
- [grunt-contrib-clean](https://npm.io/package/grunt-contrib-clean.md) ~0.4.0
- [grunt-contrib-jshint](https://npm.io/package/grunt-contrib-jshint.md) ~0.6.0
- [grunt-contrib-nodeunit](https://npm.io/package/grunt-contrib-nodeunit.md) ~0.2.0

## Recent versions

- 0.1.2 (latest) — 2014-09-11
- 0.1.1 — 2014-03-07
- 0.1.0 — 2014-02-18

## README

# grunt-rainmaker

> Interact with the RainmakerApp API

## Getting Started
This plugin requires Grunt `~0.4.2`

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

```shell
npm install grunt-rainmaker --save-dev
```

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

```js
grunt.loadNpmTasks('grunt-rainmaker');
```

## The "rainmaker" task

### Overview
In your project's Gruntfile, add a section named `rainmaker` to the data object passed into `grunt.initConfig()`.

```js
grunt.initConfig({
  rainmaker: {
    options: {
      // domain:'http://sandbox.rainmaker.local',
      key: '<%= config.momentum.key %>',
      secret: '<%= config.momentum.secret %>',
      client: '<%= config.momentum.client %>'
    },
    files: {
      expand: true,
      cwd:'theme',
      src: ['**/*.{jade,html,lhtml,htm,xhtml}']
    }

  }
})
```

### Options

#### options.key
Type: `String`
Default value: `''`

Your Momentum/Rainmaker API Key

#### options.secret
Type: `String`
Default value: `''`

Your Momentum/Rainmaker API Secret

#### options.client
Type: `String`
Default value: `''`

Your Momentum/Rainmaker API Client ID

## Release History
_(Nothing yet)_

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