Paw API Blueprint Importer Extension

Build Status

This extension depends on a pre-released version of Paw and is not yet ready for public consumption.

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-APIBlueprintImporter
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
Tests

Run the tests:

$ cake test

License

MIT License. See the LICENSE file.