HotPlate
Toast module building made easy.
Installation
Install Ruby
- Windows
- Install Ruby using the Ruby Installer. (Make sure to check the box that says "Add Ruby executables to your PATH")
- Mac
- While mac comes with a Ruby version preinstalled, you may reinstall using the rbenv package from Homebrew
- Linux
- It is recommended to use RVM to install ruby, however you can also run
sudo apt-get install ruby
.
- It is recommended to use RVM to install ruby, however you can also run
Install Hotplate
Running gem install hotplate
in a command line terminal will install the HotPlate utility to your system.
Usage
HotPlate is used from the Command Line. The following commands are valid:
-
toast init
- Will create a Toast module in either Java or JavaScript. The CLI will walk you through all the options for the module and create it in a new folder relative to the current directory.
-
toast build
- To be run inside a Module folder. Will build the module and dump it in
build/
for JavaScript andbuild/libs/
for Java.
- To be run inside a Module folder. Will build the module and dump it in
-
toast idea
andtoast eclipse
- To be run inside a Java Module Folder. This will create the development environment for either the IntelliJ IDEA IDE or the Eclipse IDE