The Paw extension can be installed from the Paw extensions page.
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.
First of all, clone this repository in any convenient location (e.g ~/Desktop).
$ git clone https://github.com/apiaryio/Paw-APIBlueprintImporter.gitInstall node if needed (e.g. below using Homebrew):
$ brew install nodeInstall dependencies using npm:
$ npm installDuring 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 watchRun the tests:
$ npm testMIT License. See the LICENSE file.