Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created October 17, 2013 18:16
Show Gist options
  • Save cgkio/7029663 to your computer and use it in GitHub Desktop.
Save cgkio/7029663 to your computer and use it in GitHub Desktop.
Basic Steroids.js node.js commands

Login into steroids

$ steroids login

Updating the Steroids npm

$ npm update steroids -g

Updating an existing Steroids project (after updating the NPM)

$ steroids update

Running your project in the iOS Simulator

$ steroids connect
$ sim ipad_retina

Automatic update simulators

$ steroids connect --watch
$ s

Create Steroids.js Project

$ steroids create myProject
$ cd myProject
$ steroids connect

Build a Steroids Generator

$ steroids generate name_of_app
(to see a list of options: $ steroids generate)

Display AppGyver Scanner QR Code

$ qr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment