An open API service indexing awesome lists of open source software.

https://github.com/danielgtaylor/atom-api-blueprint-preview

Live preview API Blueprint in Atom
https://github.com/danielgtaylor/atom-api-blueprint-preview

Last synced: about 1 year ago
JSON representation

Live preview API Blueprint in Atom

Awesome Lists containing this project

README

          

# API Blueprint Preview

A plugin for the [Atom](http://atom.io/) editor to show the rendered HTML API Blueprint to the right of the current editor using `ctrl-shift-a`.

This plugin requires [aglio](https://github.com/danielgtaylor/aglio) to be installed and in your path, via e.g:

```bash
sudo npm install -g aglio
```

![screenshot](https://f.cloud.github.com/assets/106826/2406778/3dafb1d0-aa79-11e3-8e77-d0c7320a073b.png)

## Installation
Install this plugin via the Atom settings or in a terminal:

```bash
apm install api-blueprint-preview
```

## Contributing

Feel free to contribute! Pull requests are always welcome. If you add a new feature, please include a code snippet to exhibit the feature in the pull request.

## License

Copyright © 2015 Daniel G. Taylor. Based on the Markdown Preview plugin.

http://dgt.mit-license.org/