Skip to content

apiaryio/Paw-APIBlueprintGenerator

Repository files navigation

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.