https://github.com/apiaryio/paw-apiblueprintgenerator
Paw extension providing support to export API Blueprint as a code generator.
https://github.com/apiaryio/paw-apiblueprintgenerator
Last synced: about 1 year ago
JSON representation
Paw extension providing support to export API Blueprint as a code generator.
- Host: GitHub
- URL: https://github.com/apiaryio/paw-apiblueprintgenerator
- Owner: apiaryio
- License: mit
- Archived: true
- Created: 2014-10-08T15:09:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T18:42:50.000Z (over 6 years ago)
- Last Synced: 2025-05-30T00:07:22.410Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: http://luckymarmot.com/paw/extensions/APIBlueprintGenerator
- Size: 72.3 KB
- Stars: 32
- Watchers: 16
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Paw API Blueprint Generator Extension
====================================
[](https://travis-ci.org/apiaryio/Paw-APIBlueprintGenerator)
Paw extension providing support to export API Blueprint as a code generator.

### Installation
The [Paw extension](http://luckymarmot.com/paw/extensions/APIBlueprintGenerator) can be installed with one simple step by clicking [here](paw://extensions/io.apiary.PawExtensions.APIBlueprintGenerator?install).
####Â 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`).
```bash
$ git clone https://github.com/apiaryio/Paw-APIBlueprintGenerator
```
##### Prerequisites
Install `npm` if needed (e.g. below using [Homebrew](http://brew.sh/)):
```bash
$ brew install npm
```
Install dependencies using `npm`:
```bash
$ npm install
```
##### Development Installation
During development, build the `.js` script using:
```bash
$ cake build
```
To install into the Paw Extension directory:
```bash
$ cake install
```
Alternatively, use the `watch` command to automatically build and install when a file has been modified:
```bash
$ cake watch
```
### License
MIT License. See the [LICENSE](LICENSE) file.