All Projects → apiaryio → Paw-APIBlueprintGenerator

apiaryio / Paw-APIBlueprintGenerator

Licence: MIT license
Paw extension providing support to export API Blueprint as a code generator.

Programming Languages

coffeescript
4710 projects
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].