Project

hotplate

0.0
No commit activity in last 3 years
No release in over 3 years
Toast module deployment made easy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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.

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 and build/libs/ for Java.

  • toast idea and toast 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