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-APIBlueprintGenerator
Install npm
if needed (e.g. below using Homebrew):
$ brew install npm
Install dependencies using npm
:
$ npm install
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
MIT License. See the LICENSE file.