A Sublime Text Plugin for Beau
Go to file
David Diaz 8b18de7d89 Updated the code to make sure it supports newer versions of Beau. 2018-04-30 19:37:23 -06:00
images Improving the readme. 2017-10-21 15:07:08 -06:00
messages Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
.gitignore Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Beau.sublime-settings Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Default.sublime-commands Initial commit. 2017-10-21 00:51:45 -06:00
Default.sublime-keymap Added a default keymap 2017-10-23 11:26:13 -06:00
LICENSE Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Main.sublime-menu Added a default keymap 2017-10-23 11:26:13 -06:00
README.md Improving the readme. 2017-10-21 15:07:08 -06:00
beau.py Updated the code to make sure it supports newer versions of Beau. 2018-04-30 19:37:23 -06:00
messages.json Typo in messages.json fixed. 2017-10-21 15:23:45 -06:00

README.md

Sublime Beau

Usage Example

Description

This plugin allows you to use beau on your beau files without having to leave sublime.

Usage

To trigger a beau request open your command palette (ctrl+shift+t or cmd+shift+p) and type Beau Request. Pressing enter will open a secondary menu that'll allow you to trigger a particular request in that file. A new Tab will open once the request is complete showing the result for that particular request.

Setup

Before usage you'll need to let sublime know where to find your beau executable. To do this, open the settings file by going to Preferences > Package Settings > Beau > Settings - User. In the open file specify the correct cli path in for the cli_path setting.

If you haven't installed beau yet, you can do it by using npm install -g beau