Paw API Blueprint Importer Extension
Installation
The Paw extension can be installed from the Paw extensions page.
Development Instructions
If you would like to develop the extension, the following steps can be used to setup a development environment setup. You will need Paw installed.
Clone
First of all, clone this repository in any convenient location (e.g ~/Desktop).
$ git clone https://github.com/apiaryio/Paw-APIBlueprintImporter.gitPrerequisites
Install node if needed (e.g. below using Homebrew):
$ brew install nodeInstall dependencies using npm:
$ npm installDevelopment Installation
During development, build the Paw extension using:
$ npm run buildTo install into the Paw Extension directory:
$ npm run installAlternatively, use the watch command to automatically build and install when a file has been modified:
$ npm run watchTests
Run the tests:
$ npm testLicense
MIT License. See the LICENSE file.

