Paw extension providing support to export API Blueprint as a code generator.
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.
First of all, clone this repository in any convenient location (e.g ~/Desktop).
$ git clone https://github.com/apiaryio/Paw-APIBlueprintGeneratorInstall npm if needed (e.g. below using Homebrew):
$ brew install npmInstall dependencies using npm:
$ npm installDuring development, build the .js script using:
$ cake buildTo install into the Paw Extension directory:
$ cake installAlternatively, use the watch command to automatically build and install when a file has been modified:
$ cake watchMIT License. See the LICENSE file.
