0.0.1 • Published 11 years ago

i5 v0.0.1

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

i5 Toolbelt

A toolbelt for NYU's i5 modeled after the Heroku Toolbelt

Installation

$ npm install i5 -g

Usage

$ i5 login
Enter your i5 credentials.
NetID: NYU_NET_ID
Password (typing will be hidden):
Authentication successful.

$ i5 upload DIRECTORY
Uploading DIRECTORY ...
Upload successful.

$ i5 run DIRECTORY
Uploading DIRECTORY ...
Upload successful.
Compiling DIRECTORY ...
Compilation successful.
Executing DIRECTORY ...
> Hello World!
Execution successful.