leeola / Paw-APIBlueprintGenerator

Paw extension providing support to export API Blueprint as a code generator.

Home Page:http://luckymarmot.com/paw/extensions/APIBlueprintGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paw API Blueprint Generator Extension

Build Status

Paw extension providing support to export API Blueprint as a code generator.

Installation

The Paw extension can be installed with one simple step by clicking here.

#### Development Instructions

If you would like to develop the extension, you have follow these steps to get a development environment setup.

Clone

First of all, clone this repository in any convenient location (e.g ~/Desktop).

$ git clone https://github.com/apiaryio/Paw-APIBlueprintGenerator
Prerequisites

Install npm if needed (e.g. below using Homebrew):

$ brew install npm

Install dependencies using npm:

$ npm install
Development Installation

During development, build the .js script using:

$ cake build

To install into the Paw Extension directory:

$ cake install

Alternatively, use the watch command to automatically build and install when a file has been modified:

$ cake watch

License

MIT License. See the LICENSE file.

About

Paw extension providing support to export API Blueprint as a code generator.

http://luckymarmot.com/paw/extensions/APIBlueprintGenerator

License:MIT License


Languages

Language:CoffeeScript 90.9%Language:HTML 9.1%