hotrod

command module
v0.0.0-...-e88da28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2014 License: Apache-2.0 Imports: 22 Imported by: 0

README

Hot Rod (CLI)

Gobuild Download

Hot Rod

🏁 Turbocharge your Node.js development cycle.

Hot Rod is a CLI that provisions a remote development server on Google Cloud and beams up your source code to the server after every local file change. The traditional development cycle (edit code, preview locally, commit changes, deploy app, refresh webpage, and verify changes) is turbocharged. With Hot Rod, just edit your source, hit save, and--that's it! Your code is running live on a remote server.

http://hotrodup.com

Key Features

  • Blazing Fast: Local changes to source appear online in under 100ms. The delay is impercetible on a fast connection.
  • Auto-Refresh: No need to hit refresh in your browser, Hot Rod automatically reloads your page after every file change.
  • Short URL: Every development server gets a short URL for easy sharing.
  • Local Editors: No need to use a clumsy web-based IDE. Use the tools you love to edit source locally, and preview the changes remotely.

Dependencies

Installation

  1. Download the correct binary:
Linux OSX Windows
32-bit hotrod-linux-386.tar.gz hotrod-darwin-386.zip hotrod-windows-386.zip
64-bit hotrod-linux-amd64.tar.gz hotrod-darwin-amd64.zip hotrod-windows-amd64.zip
  1. Unzip the package
$ unzip hotrod-darwin-amd64.zip
  1. Move the binary to your bin
$ sudo mv hotrod /usr/local/bin
  1. Verify that Hot Rod is correctly installed
$ hotrod

Usage

  1. Create a new project
$ hotrod create my-project
  1. cd into the project directory
$ cd my-project
  1. Beam up your source code!
$ hotrod up
  1. Edit changes and preview them in the browser window that pops up.

Help

Hot Rod (v 0.0.1)

usage: hotrod <command> [<flags>] [<args> ...]

Turbocharge your Node.js development cycle

Flags:
  --help  Show help.

Commands:
  help [<command>]
    Show help for a command.

  create <name>
    Create a new Hot Rod app.

  up
    Beam up the source to your Hot Rod app.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL