Skip to content

Instantly share code, notes, and snippets.

@newswim
Created July 8, 2015 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newswim/5b223c1d1f3cd9122378 to your computer and use it in GitHub Desktop.
Save newswim/5b223c1d1f3cd9122378 to your computer and use it in GitHub Desktop.
Last login: Wed Jul 8 15:00:56 on ttys000
daniels-imac:~ danielminshew$ nvm
Node Version Manager
Usage:
nvm help Show this message
nvm --version Print out the latest released version of nvm
nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available
nvm uninstall <version> Uninstall a version
nvm use <version> Modify PATH to use <version>. Uses .nvmrc if available
nvm run <version> [<args>] Run <version> with <args> as arguments. Uses .nvmrc if available for <version>
nvm current Display currently activated version
nvm ls List installed versions
nvm ls <version> List versions matching a given description
nvm ls-remote List remote versions available for install
nvm deactivate Undo effects of `nvm` on current shell
nvm alias [<pattern>] Show all aliases beginning with <pattern>
nvm alias <name> <version> Set an alias named <name> pointing to <version>
nvm unalias <name> Deletes the alias named <name>
nvm reinstall-packages <version> Reinstall global `npm` packages contained in <version> to current version
nvm unload Unload `nvm` from shell
nvm which [<version>] Display path to installed node version. Uses .nvmrc if available
Example:
nvm install v0.10.32 Install a specific version number
nvm use 0.10 Use the latest available 0.10.x release
nvm run 0.10.32 app.js Run app.js using node v0.10.32
nvm exec 0.10.32 node app.js Run `node app.js` with the PATH pointing to node v0.10.32
nvm alias default 0.10.32 Set default node version on a shell
Note:
to remove, delete, or uninstall nvm - just remove ~/.nvm, ~/.npm, and ~/.bower folders
daniels-imac:~ danielminshew$ nvm help
Node Version Manager
Usage:
nvm help Show this message
nvm --version Print out the latest released version of nvm
nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available
nvm uninstall <version> Uninstall a version
nvm use <version> Modify PATH to use <version>. Uses .nvmrc if available
nvm run <version> [<args>] Run <version> with <args> as arguments. Uses .nvmrc if available for <version>
nvm current Display currently activated version
nvm ls List installed versions
nvm ls <version> List versions matching a given description
nvm ls-remote List remote versions available for install
nvm deactivate Undo effects of `nvm` on current shell
nvm alias [<pattern>] Show all aliases beginning with <pattern>
nvm alias <name> <version> Set an alias named <name> pointing to <version>
nvm unalias <name> Deletes the alias named <name>
nvm reinstall-packages <version> Reinstall global `npm` packages contained in <version> to current version
nvm unload Unload `nvm` from shell
nvm which [<version>] Display path to installed node version. Uses .nvmrc if available
Example:
nvm install v0.10.32 Install a specific version number
nvm use 0.10 Use the latest available 0.10.x release
nvm run 0.10.32 app.js Run app.js using node v0.10.32
nvm exec 0.10.32 node app.js Run `node app.js` with the PATH pointing to node v0.10.32
nvm alias default 0.10.32 Set default node version on a shell
Note:
to remove, delete, or uninstall nvm - just remove ~/.nvm, ~/.npm, and ~/.bower folders
daniels-imac:~ danielminshew$ nvm install 0.10
######################################################################## 100.0%
Now using node v0.10.39 (npm v1.4.28)
daniels-imac:~ danielminshew$ nvm use 0.10
Now using node v0.10.39 (npm v1.4.28)
daniels-imac:~ danielminshew$ nvm alias default 0.10
default -> 0.10 (-> v0.10.39)
daniels-imac:~ danielminshew$ node -v
v0.10.39
daniels-imac:~ danielminshew$ npm install steroids -g
-
> steroids@4.1.10 preinstall /Users/danielminshew/.npm/lib/node_modules/steroids
> node ./bin/preinstall.js || nodejs ./bin/preinstall.js
AppGyver Steroids² 4.1.10 installation
If you have any problems, please visit our forums at http://forums.appgyver.com
We are now trying to detect required dependencies and problems.
Some dependencies (like dtrace-provider) will print ugly warnings to the screen, but everything should be fine.
- The AppGyver team (contact@appgyver.com)
Starting installation in ...
3
2
1
Lift-off!
Checking for compatibility with Node.js version v0.10.39 ... OK
Checking for required components ...
Found git, good.
Dependencies ... OK
Checking $HOME/.npm ownership, making sure that 'danielminshew' owns everything ... OK
Checking $HOME/.npm write acess, making sure that 'danielminshew' has write access ... OK
Dependencies and permissions looks good! Starting Steroids installation...
> fsevents@0.3.6 install /Users/danielminshew/.npm/lib/node_modules/steroids/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild
SOLINK_MODULE(target) Release/.node
SOLINK_MODULE(target) Release/.node: Finished
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
SOLINK_MODULE(target) Release/fse.node: Finished
npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select'
npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
npm WARN engine yo@1.4.7: wanted: {"node":">=0.10.0","npm":">=2.8.0"} (current: {"node":"0.10.39","npm":"1.4.28"})
> spawn-sync@1.0.11 postinstall /Users/danielminshew/.npm/lib/node_modules/steroids/node_modules/yo/node_modules/cross-spawn/node_modules/spawn-sync
> node postinstall
/
> yo@1.4.7 postinstall /Users/danielminshew/.npm/lib/node_modules/steroids/node_modules/yo
> yodoctor
Yeoman Doctor
Running sanity checks on your system
✔ Global configuration file is valid
✔ No .bowerrc file in home directory
✔ NODE_PATH matches the npm root
✖ Node.js version
Your Node.js version is outdated.
Upgrade to the latest version: https://nodejs.org
✔ No .yo-rc.json file in home directory
✖ npm version
Your npm version is outdated.
Upgrade to the latest version by running:
npm install -g npm
Found potential issues on your machine :(
/Users/danielminshew/.npm/bin/steroids -> /Users/danielminshew/.npm/lib/node_modules/steroids/bin/steroids
steroids@4.1.10 /Users/danielminshew/.npm/lib/node_modules/steroids
├── express-json@1.0.0
├── colorize@0.1.0
├── path-extra@0.3.0
├── open@0.0.4
├── chrome-cli@1.5.0-AppGyver-p0
├── data.either@1.2.0
├── wrench@1.5.4
├── q@0.9.7
├── chalk@0.3.0 (ansi-styles@0.2.0, has-color@0.1.7)
├── oauth@0.9.10
├── qrcode-terminal@0.9.4
├── semver@2.3.1
├── ios-sim@3.1.1-AppGyver-p1
├── optimist@0.6.0 (wordwrap@0.0.3, minimist@0.0.10)
├── portscanner@1.0.0 (async@0.1.15)
├── coffee-script@1.6.3
├── body-parser@1.8.1 (media-typer@0.3.0, bytes@1.0.0, raw-body@1.3.0, depd@0.4.4, on-finished@2.1.0, qs@2.2.3, type-is@1.5.7, iconv-lite@0.4.4)
├── express@4.8.8 (utils-merge@1.0.0, merge-descriptors@0.0.2, cookie@0.1.2, escape-html@1.0.1, cookie-signature@1.0.4, fresh@0.2.2, finalhandler@0.1.0, range-parser@1.0.0, vary@0.1.0, media-typer@0.2.0, serve-static@1.5.4, methods@1.1.0, buffer-crc32@0.2.3, depd@0.4.4, path-to-regexp@0.1.3, parseurl@1.3.0, qs@2.2.2, proxy-addr@1.0.1, debug@1.0.4, type-is@1.3.2, send@0.8.5, accepts@1.0.7)
├── bluebird@2.3.5
├── fs-extra@0.13.0 (jsonfile@2.2.1, ncp@1.0.1, rimraf@2.4.1)
├── tiny-lr@0.1.4-AppGyver-p0 (parseurl@1.3.0, qs@2.2.5, debug@2.0.0, faye-websocket@0.7.3)
├── winston@0.9.0 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.0, async@0.9.2, colors@1.0.3)
├── xml2js@0.4.4 (sax@0.6.1)
├── lodash@2.4.1
├── restler@3.2.2 (qs@0.6.6, yaml@0.2.3, iconv-lite@0.2.11, xml2js@0.4.0)
├── prompt@0.2.11 (revalidator@0.1.8, pkginfo@0.3.0, read@1.0.6, utile@0.2.1, winston@0.6.2)
├── request@2.53.0 (caseless@0.9.0, forever-agent@0.5.2, aws-sign2@0.5.0, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.1, isstream@0.1.2, json-stringify-safe@5.0.1, node-uuid@1.4.3, qs@2.3.3, combined-stream@0.0.7, form-data@0.2.0, http-signature@0.10.1, bl@0.9.4, mime-types@2.0.14, tough-cookie@2.0.0, hawk@2.3.1)
├── js-yaml@3.0.2 (argparse@0.1.16, esprima@1.0.4)
├── inquirer@0.3.4 (mute-stream@0.0.3, async@0.2.10, lodash@1.2.1, cli-color@0.2.3)
├── grunt@0.4.5 (which@1.0.9, dateformat@1.0.2-1.2.3, eventemitter2@0.4.14, getobject@0.1.0, rimraf@2.2.8, colors@0.6.2, async@0.1.22, grunt-legacy-util@0.2.0, hooker@0.2.3, exit@0.1.2, nopt@1.0.10, minimatch@0.2.14, glob@3.1.21, lodash@0.9.2, coffee-script@1.3.3, underscore.string@2.2.1, findup-sync@0.1.3, iconv-lite@0.2.11, js-yaml@2.0.5, grunt-legacy-log@0.1.2)
├── xmlbuilder@2.6.1 (lodash@3.3.1)
├── figlet@1.1.0
├── bower@1.3.8 (is-root@0.1.0, junk@0.3.0, stringify-object@0.2.1, which@1.0.9, chmodr@0.1.1, abbrev@1.0.7, opn@0.1.2, archy@0.0.2, rimraf@2.2.8, bower-logger@0.2.2, bower-endpoint-parser@0.2.2, graceful-fs@3.0.8, lockfile@0.4.3, lru-cache@2.5.2, nopt@3.0.3, retry@0.6.1, chalk@0.4.0, tmp@0.0.23, q@1.0.1, osenv@0.1.3, request-progress@0.3.1, bower-config@0.5.2, shell-quote@1.4.3, p-throttler@0.0.1, bower-json@0.4.0, fstream@0.1.31, promptly@0.2.1, mkdirp@0.5.1, fstream-ignore@0.0.10, tar@0.1.20, decompress-zip@0.0.8, request@2.36.0, glob@4.0.6, bower-registry-client@0.2.4, insight@0.3.1, cardinal@0.4.4, handlebars@1.3.0, mout@0.9.1, update-notifier@0.2.2, inquirer@0.5.1)
├── chokidar@1.0.0-rc3 (async-each@0.1.6, is-binary-path@1.0.1, glob-parent@1.2.0, readdirp@1.3.0, anymatch@1.3.0, fsevents@0.3.6)
├── yeoman-generator@0.17.7 (dargs@2.1.0, isbinaryfile@2.0.4, rimraf@2.4.1, class-extend@0.1.1, diff@1.4.0, text-table@0.2.0, mime@1.3.4, underscore.string@2.4.0, debug@1.0.4, async@0.9.2, cross-spawn@0.2.9, nopt@3.0.3, chalk@0.5.1, grouped-queue@0.3.0, run-async@0.1.0, mkdirp@0.5.1, shelljs@0.3.0, file-utils@0.2.2, iconv-lite@0.4.11, glob@4.5.3, findup-sync@0.1.3, github-username@1.1.1, cheerio@0.17.0, gruntfile-editor@0.2.0, download@1.0.7, inquirer@0.7.3)
├── npm@2.1.7
├── steroids-connect@1.0.33
├── steroids-android-packages@0.0.10
├── steroids-ios-packages@4.0.3
├── yo@1.4.7 (figures@1.3.5, titleize@1.0.0, array-uniq@1.0.2, user-home@1.1.1, opn@1.0.2, humanize-string@1.0.1, sort-on@1.2.2, async@1.3.0, yeoman-character@1.0.1, repeating@1.1.3, string-length@1.0.0, findup@0.1.5, meow@3.3.0, root-check@1.0.0, chalk@1.1.0, configstore@1.2.0, yosay@1.0.4, package-json@1.2.0, update-notifier@0.5.0, npm-keyword@1.2.0, fullname@1.1.0, got@3.3.0, insight@0.6.0, yeoman-environment@1.2.5, yeoman-doctor@1.4.0, lodash@3.10.0, inquirer@0.8.5, cross-spawn@0.4.1)
└── generator-steroids@1.0.19 (mustache@0.8.2, chalk@0.5.1, yosay@0.3.0, coffee-script@1.8.0, underscore.string@2.3.3, lodash-node@2.4.1)
daniels-imac:~ danielminshew$ npm install -g npm
/Users/danielminshew/.npm/bin/npm -> /Users/danielminshew/.npm/lib/node_modules/npm/bin/npm-cli.js
npm@2.12.1 /Users/danielminshew/.npm/lib/node_modules/npm
daniels-imac:~ danielminshew$ npm -v
1.4.28
daniels-imac:~ danielminshew$ npm --help
Usage: npm <command>
where <command> is one of:
add-user, adduser, apihelp, author, bin, bugs, c, cache,
completion, config, ddp, dedupe, deprecate, docs, edit,
explore, faq, find, find-dupes, get, help, help-search,
home, i, info, init, install, isntall, issues, la, link,
list, ll, ln, login, ls, outdated, owner, pack, prefix,
prune, publish, r, rb, rebuild, remove, repo, restart, rm,
root, run-script, s, se, search, set, show, shrinkwrap,
star, stars, start, stop, submodule, t, tag, test, tst, un,
uninstall, unlink, unpublish, unstar, up, update, v,
version, view, whoami
npm <cmd> -h quick help on <cmd>
npm -l display full usage info
npm faq commonly asked questions
npm help <term> search for help on <term>
npm help npm involved overview
Specify configs in the ini-formatted file:
/Users/danielminshew/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config
npm@1.4.28 /Users/danielminshew/.nvm/v0.10.39/lib/node_modules/npm
daniels-imac:~ danielminshew$ npm ddp --help
npm dedupe [pkg pkg...]
daniels-imac:~ danielminshew$ npm install -g css-select
css-select@1.1.0 /Users/danielminshew/.npm/lib/node_modules/css-select
├── boolbase@1.0.0
├── css-what@2.0.2
├── nth-check@1.0.1
└── domutils@1.4.3 (domelementtype@1.3.0)
daniels-imac:~ danielminshew$ npm install -g css-what
css-what@2.0.2 /Users/danielminshew/.npm/lib/node_modules/css-what
daniels-imac:~ danielminshew$ steroids --help
__ AppGyver .__ .___
______/ |_ ___________ ____ |__| __| _/______ 2
/ ___\ ___/ __ \_ __ \/ _ \| |/ __ |/ ___/
\___ \ | | \ ___/| | \( <_> | / /_/ |\___ \
/____ >|__| \___ |__| \____/|__\____ /____ >
\/ \/ \/ \/
v4.1.10
Synopsis: steroids command arguments --options
Available commands:
create Creates a new application from the default template
connect Starts development mode
deploy Deploys your application to AppGyver Cloud
generate Runs Steroids² code generators
update Updates your dependencies (with bower and NPM)
login Logs you in to AppGyver Cloud
logout Logs you out from the AppGyver Cloud
log See logs
module Run actions related to custom module development
Available when connect is running: (in another process)
emulate Starts iOS Simulator or Android Emulator (WIP)
debug Chrome Dev Tools (Android) or Safari Remote Web Inspector (OS X only)
--help Extended usage information
Extended usage information:
Disable options with --no-option e.g. --no-connect
connect
--connect
Open Steroids Connect screen in a separate browser window. (Default: true)
--livereload
(experimental) Enable live reloading. (Default: false)
--watch <path>
Watch additional directories for changes. (Default: '')
--watchExclude <matcher>
Ignore files from watching. (Default: '')
--gruntTask <task>
During the make process, run a custom Grunt task instead of the default
one. The custom task must be specified in the project's Gruntfile.
deploy
--share
Open AppGyver Share page after deployment. (Default: false)
Synopsis: steroids create directory --options
Creates a new Supersonic project in the target directory.
Available options:
--language=<language>
Sets the script language used. Available languages:
js JavaScript
coffee CoffeeScript
--type=<type>
Sets the type of app created. Available types:
mpa Creates a Multi-Page App (Supersonic default)
spa Creates a Single-Page App
Synopsis: steroids emulate mode --options
Launches the iOS Simulator or Android Emulator
Available modes and options:
genymotion (WIP) Starts the Genymotion Android Emulator
android (WIP) Starts the Android Emulator
ios Starts the iOS Simulator (OS X only)
--devices
Lists all supported devices and SDKs
--device=<type>
--device=<type>@<sdk>
type See: #[cyan --devices
sdk The iOS SDK version e.g. iPhone-6@8.1 ... assuming that it is installed
Synopsis: steroids log target --options
Shows logs
Available modes and options:
steroids Shows all Steroids log messages
logcat Shows Android log messages for AppGyver Scanner (Experimental)
--tail
Synopsis: steroids module command --options
Run actions related to custom module development
Available commands:
module create directory
Create a new Module Development Harness in the target directory.
Available commands in a Module Development Harness directory:
module init --options
Connect the development environment to an AppGyver Enterprise application.
Find out more at: https://composer2.appgyver.com/modules/connect
module refresh
Refresh local information about the connected AppGyver Enterprise
application.
module deploy
Package a custom module and deploy it to the AppGyver Cloud.
Generator usage:
-------------------------
module
Usage: steroids generate module <moduleName>
Generates a Steroids module scaffold.
For a module named cars, the following files will be created:
- app/cars/index.coffee (or .js)
- app/cars/views/index.html
- app/cars/scripts/IndexController.coffee (or .js)
-------------------------
scaffold
Usage: steroids generate scaffold <resourceName>
Generates a CRUD scaffold for a Supersonic Data resource
For a resource named cars, the following files will be created:
- app/cars/index.coffee (or .js)
- app/cars/views/layout.html
- app/cars/views/index.html
- app/cars/views/show.html
- app/cars/views/edit.html
- app/cars/views/new.html
- app/cars/views/_form.html
- app/cars/views/_spinner.html
- app/cars/scripts/IndexController.coffee (or .js)
- app/cars/scripts/IndexController.coffee (or .js)
- app/cars/scripts/NewController.coffee (or .js)
- app/cars/scripts/ShowController.coffee (or .js)
- app/cars/scripts/EditController.coffee (or .js)
For more information, visit:
http://docs.appgyver.com
daniels-imac:~ danielminshew$ steroids login
__ AppGyver .__ .___
______/ |_ ___________ ____ |__| __| _/______ 2
/ ___\ ___/ __ \_ __ \/ _ \| |/ __ |/ ___/
\___ \ | | \ ___/| | \( <_> | / /_/ |\___ \
/____ >|__| \___ |__| \____/|__\____ /____ >
\/ \/ \/ \/
8 Jul 15:23:02 - The server has now been started on port 13303
8 Jul 15:23:02 - Opening authentication URL in the browser: https://accounts.appgyver.com/auth/appgyver_id/authorize?response_type=code&client_id=3ceba0084a474f1502c20ef05e0489546a1f89c1b5fb0e7e6666e720c7977c96&redirect_uri=http%3A%2F%2F127.0.0.1%3A13303%2F__appgyver%2Flogin%2Fcallback
Success, you have been logged in.
daniels-imac:~ danielminshew$ steroids connect
Error: command 'connect' requires to be run in a Steroids project directory.
daniels-imac:~ danielminshew$ cd Websites
daniels-imac:Websites danielminshew$ ls
WIP hugo playground themes&templates
abandoned packages resources tools
friend projects personal square205-stuff
daniels-imac:Websites danielminshew$ cd tools/
daniels-imac:tools danielminshew$ ls
grunt-email-design
daniels-imac:tools danielminshew$ steroids connect
Error: command 'connect' requires to be run in a Steroids project directory.
daniels-imac:tools danielminshew$ steroids create steroids-fantasyFootball
__ AppGyver .__ .___
______/ |_ ___________ ____ |__| __| _/______ 2
/ ___\ ___/ __ \_ __ \/ _ \| |/ __ |/ ___/
\___ \ | | \ ___/| | \( <_> | / /_/ |\___ \
/____ >|__| \___ |__| \____/|__\____ /____ >
\/ \/ \/ \/
[?] What do you want to create? Multi-Page Application (Supersonic default)
[?] Do you want your project to be generated with CoffeeScript or JavaScript files? JavaScript
_-----_
| | .--------------------------.
|--(o)--| | Welcome to the exquisite |
`---------´ | Steroids project |
( _´U`_ ) | generator! |
/___A___\ '--------------------------'
| ~ |
__'.___.'__
´ ` |° ´ Y `
create package.json
create bower.json
create .gitignore
create Gruntfile.js
create app/common/index.js
create app/common/assets/loading.html
create app/common/assets/icons/home.svg
create app/common/assets/icons/cog.svg
create app/common/assets/icons/search.svg
create app/common/native-styles/ios.css
create app/common/native-styles/android.css
create app/common/stylesheets/application.css
create app/common/views/layout.html
create app/example/index.js
create app/example/scripts/LearnMoreController.js
create app/example/scripts/SettingsController.js
create app/example/views/getting-started.html
create app/example/views/learn-more.html
create app/example/views/using-the-scanner.html
create app/example/views/settings.html
create app/example/views/drawer.html
create app/example/views/initial-view.html
create config/app.coffee
create config/structure.coffee
Checking for Steroids updates and installing project NPM dependencies. Please wait.
Installing npm dependencies
===========================
Running npm install to install project npm dependencies...
If this fails, try running the command manually.
grunt-extend-config@0.9.2 node_modules/grunt-extend-config
grunt-contrib-clean@0.6.0 node_modules/grunt-contrib-clean
└── rimraf@2.2.8
grunt-contrib-copy@0.7.0 node_modules/grunt-contrib-copy
└── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
grunt-contrib-sass@0.8.1 node_modules/grunt-contrib-sass
├── dargs@2.1.0
├── win-spawn@2.0.0
├── async@0.9.2
├── which@1.1.1 (is-absolute@0.1.7)
└── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
grunt-contrib-concat@0.5.0 node_modules/grunt-contrib-concat
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
└── source-map@0.1.43 (amdefine@0.1.1)
grunt-contrib-coffee@0.12.0 node_modules/grunt-contrib-coffee
├── uri-path@0.0.2
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
├── coffee-script@1.8.0 (mkdirp@0.3.5)
└── lodash@2.4.2
grunt@0.4.5 node_modules/grunt
├── which@1.0.9
├── dateformat@1.0.2-1.2.3
├── eventemitter2@0.4.14
├── getobject@0.1.0
├── rimraf@2.2.8
├── colors@0.6.2
├── async@0.1.22
├── hooker@0.2.3
├── grunt-legacy-util@0.2.0
├── exit@0.1.2
├── nopt@1.0.10 (abbrev@1.0.7)
├── minimatch@0.2.14 (sigmund@1.0.1, lru-cache@2.6.5)
├── glob@3.1.21 (inherits@1.0.0, graceful-fs@1.2.3)
├── lodash@0.9.2
├── coffee-script@1.3.3
├── underscore.string@2.2.1
├── iconv-lite@0.2.11
├── findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.2)
├── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.16)
└── grunt-legacy-log@0.1.2 (grunt-legacy-log-utils@0.1.1, underscore.string@2.3.3, lodash@2.4.2)
grunt-steroids@1.1.1 node_modules/grunt-steroids
├── wrench@1.5.4
├── chalk@0.3.0 (ansi-styles@0.2.0, has-color@0.1.7)
├── lodash@2.4.1
├── xml2js@0.4.4 (sax@0.6.1, xmlbuilder@2.6.4)
└── ag-resource-loader-raml@1.0.6 (bluebird@2.3.11, ag-types@0.2.6, ag-restful@0.1.4, lodash-node@2.4.1, raml-parser@0.8.7)
Updating Bower dependencies
===========================
Running bower update to update project Bower packages...
If this fails, try running the command manually.
bower angular#1.3.x not-cached git://github.com/angular/bower-angular.git#1.3.x
bower angular#1.3.x resolve git://github.com/angular/bower-angular.git#1.3.x
bower supersonic#1.x not-cached git://github.com/AppGyver/supersonic-bower.git#1.x
bower supersonic#1.x resolve git://github.com/AppGyver/supersonic-bower.git#1.x
bower supersonic#1.x download https://github.com/AppGyver/supersonic-bower/archive/v1.5.11.tar.gz
bower angular#1.3.x download https://github.com/angular/bower-angular/archive/v1.3.17.tar.gz
bower angular#1.3.x extract archive.tar.gz
bower supersonic#1.x extract archive.tar.gz
bower angular#1.3.x resolved git://github.com/angular/bower-angular.git#1.3.17
bower supersonic#1.x mismatch Version declared in the json (1.5.9) is different than the resolved one (1.5.11)
bower supersonic#1.x resolved git://github.com/AppGyver/supersonic-bower.git#1.5.11
bower webcomponentsjs#0.4.2 not-cached git://github.com/Polymer/webcomponentsjs.git#0.4.2
bower webcomponentsjs#0.4.2 resolve git://github.com/Polymer/webcomponentsjs.git#0.4.2
bower steroids-js#3.x not-cached git://github.com/steroidsjs/steroids-js.git#3.x
bower steroids-js#3.x resolve git://github.com/steroidsjs/steroids-js.git#3.x
bower steroids-js#3.x download https://github.com/steroidsjs/steroids-js/archive/v3.5.12.tar.gz
bower webcomponentsjs#0.4.2 download https://github.com/Polymer/webcomponentsjs/archive/v0.4.2.tar.gz
bower steroids-js#3.x extract archive.tar.gz
bower steroids-js#3.x deprecated Package steroids-js is using the deprecated component.json
bower steroids-js#3.x mismatch Version declared in the json (3.5.7) is different than the resolved one (3.5.12)
bower steroids-js#3.x invalid-meta steroids-js is missing "ignore" entry in bower.json
bower steroids-js#3.x resolved git://github.com/steroidsjs/steroids-js.git#3.5.12
bower webcomponentsjs#0.4.2 extract archive.tar.gz
bower webcomponentsjs#0.4.2 resolved git://github.com/Polymer/webcomponentsjs.git#0.4.2
bower angular#1.3.x install angular#1.3.17
bower supersonic#1.x install supersonic#1.5.11
bower steroids-js#3.x install steroids-js#3.5.12
bower webcomponentsjs#0.4.2 install webcomponentsjs#0.4.2
angular#1.3.17 bower_components/angular
supersonic#1.5.11 bower_components/supersonic
├── steroids-js#3.5.12
└── webcomponentsjs#0.4.2
steroids-js#3.5.12 bower_components/steroids-js
webcomponentsjs#0.4.2 bower_components/webcomponentsjs
Succesfully created a new Steroids project!
Run cd steroids-fantasyFootball and then steroids connect to start building your app!
daniels-imac:tools danielminshew$ cd steroids-fantasyFootball/
daniels-imac:steroids-fantasyFootball danielminshew$ steroids connect
__ AppGyver .__ .___
______/ |_ ___________ ____ |__| __| _/______ 2
/ ___\ ___/ __ \_ __ \/ _ \| |/ __ |/ ___/
\___ \ | | \ ___/| | \( <_> | / /_/ |\___ \
/____ >|__| \___ |__| \____/|__\____ /____ >
\/ \/ \/ \/
Running "steroids-make-fresh" task
Running "steroids-check-project" task
Running "steroids-check-project-bower-dependencies" task
Project has bower dependencies installed... OK
Running "steroids-check-project-xml:www" (steroids-check-project-xml) task
Project has valid XML configuration files... OK
Running "steroids-clean-dist" task
Running "clean:dist" (clean) task
>> 0 paths cleaned.
Running "steroids-copy-www" task
Running "copy:www" (copy) task
Running "steroids-compile-coffee" task
Running "coffee:compile_www" (coffee) task
>> 0 files created.
Running "steroids-copy-components" task
Running "copy:components" (copy) task
Created 7 directories, copied 25 files
Running "steroids-configure" task
No file found at www/config.xml, skipping.
Running "steroids-module-copy-assets:app" (steroids-module-copy-assets) task
Running "steroids-module-compile-views:app" (steroids-module-compile-views) task
Running "steroids-module-compile-scripts" task
Running "steroids-module-compile-coffeescript" task
Running "coffee:modules" (coffee) task
>> 0 files created.
Running "steroids-module-copy-javascript" task
Running "copy:modules" (copy) task
Copied 4 files
Running "steroids-module-concat-javascript:modules" (steroids-module-concat-javascript) task
Running "concat:module-common" (concat) task
File dist/app/common.js created.
Running "concat:module-example" (concat) task
File dist/app/example.js created.
Running "clean:tmp" (clean) task
>> 1 path cleaned.
Running "steroids-module-copy-default-native-styles" task
Running "copy:native" (copy) task
Copied 2 files
Running "steroids-module-compile-default-native-styles" task
No native SASS/SCSS files found.
Running "steroids-compile-sass" task
No .scss or .sass files found in app/ or www/, skipping.
Running "steroids-copy-css" task
Running "copy:css" (copy) task
Copied 1 file
Running "steroids-setup-cloud-resources" task
Running "steroids-convert-cloud-raml-to-js" task
>> Skipping, no cloud raml in place
Running "steroids-inject-cloud-resources-js:dist" (steroids-inject-cloud-resources-js) task
>> Processed 6 files
Running "steroids-setup-features" task
Running "steroids-setup-features-splashscreen-autohide:dist" (steroids-setup-features-splashscreen-autohide) task
>> Processed 8 files
Done, without errors.
8 Jul 15:31:40 - The server has now been started on port 4567
Command Shortcut Description
------------------------------------------------------------------------------
push <enter> Push code to connected devices
conn c Open Steroids Connect screen
sim s Launch the iOS Simulator (OS X only)
and a Launch Android Emulator (Experimental)
gen g Launch Genymotion Emulator (Experimental)
chrome cd Launch Chrome dev tools (Android)
safari <path> sd Open Safari debugger for matching path in URL location
Note: Enable Develop menu in: Safari -> Preferences -> Advanced
edit e Launch default editor
$ <cmd> <args> Command will be run in the project directory.
§ <cmd> <args>
quit q Exits connect. Also: exit
Experimental: Run steroids connect --livereload to enable live reload of the app
Hit [enter] to push updates, type help for usage
AppGyver Steroids command
XCode not installed.
AppGyver Steroids command
Unable to start Android Emulator.
Environment variable ANDROID_HOME not set.
AppGyver Steroids command Shutting down Steroids ...
... done.
Bye
daniels-imac:steroids-fantasyFootball danielminshew$ steroids connect --livereload
__ AppGyver .__ .___
______/ |_ ___________ ____ |__| __| _/______ 2
/ ___\ ___/ __ \_ __ \/ _ \| |/ __ |/ ___/
\___ \ | | \ ___/| | \( <_> | / /_/ |\___ \
/____ >|__| \___ |__| \____/|__\____ /____ >
\/ \/ \/ \/
Running "steroids-make-fresh" task
Running "steroids-check-project" task
Running "steroids-check-project-bower-dependencies" task
Project has bower dependencies installed... OK
Running "steroids-check-project-xml:www" (steroids-check-project-xml) task
Project has valid XML configuration files... OK
Running "steroids-clean-dist" task
Running "clean:dist" (clean) task
>> 1 path cleaned.
Running "steroids-copy-www" task
Running "copy:www" (copy) task
Running "steroids-compile-coffee" task
Running "coffee:compile_www" (coffee) task
>> 0 files created.
Running "steroids-copy-components" task
Running "copy:components" (copy) task
Created 7 directories, copied 25 files
Running "steroids-configure" task
No file found at www/config.xml, skipping.
Running "steroids-module-copy-assets:app" (steroids-module-copy-assets) task
Running "steroids-module-compile-views:app" (steroids-module-compile-views) task
Running "steroids-module-compile-scripts" task
Running "steroids-module-compile-coffeescript" task
Running "coffee:modules" (coffee) task
>> 0 files created.
Running "steroids-module-copy-javascript" task
Running "copy:modules" (copy) task
Copied 4 files
Running "steroids-module-concat-javascript:modules" (steroids-module-concat-javascript) task
Running "concat:module-common" (concat) task
File dist/app/common.js created.
Running "concat:module-example" (concat) task
File dist/app/example.js created.
Running "clean:tmp" (clean) task
>> 1 path cleaned.
Running "steroids-module-copy-default-native-styles" task
Running "copy:native" (copy) task
Copied 2 files
Running "steroids-module-compile-default-native-styles" task
No native SASS/SCSS files found.
Running "steroids-compile-sass" task
No .scss or .sass files found in app/ or www/, skipping.
Running "steroids-copy-css" task
Running "copy:css" (copy) task
Copied 1 file
Running "steroids-setup-cloud-resources" task
Running "steroids-convert-cloud-raml-to-js" task
>> Skipping, no cloud raml in place
Running "steroids-inject-cloud-resources-js:dist" (steroids-inject-cloud-resources-js) task
>> Processed 6 files
Running "steroids-setup-features" task
Running "steroids-setup-features-splashscreen-autohide:dist" (steroids-setup-features-splashscreen-autohide) task
>> Processed 8 files
Done, without errors.
8 Jul 15:40:08 - The server has now been started on port 4567
Command Shortcut Description
------------------------------------------------------------------------------
push <enter> Push code to connected devices
conn c Open Steroids Connect screen
sim s Launch the iOS Simulator (OS X only)
and a Launch Android Emulator (Experimental)
gen g Launch Genymotion Emulator (Experimental)
chrome cd Launch Chrome dev tools (Android)
safari <path> sd Open Safari debugger for matching path in URL location
Note: Enable Develop menu in: Safari -> Preferences -> Advanced
edit e Launch default editor
$ <cmd> <args> Command will be run in the project directory.
§ <cmd> <args>
quit q Exits connect. Also: exit
Experimental: Run steroids connect --livereload to enable live reload of the app
Hit [enter] to push updates, type help for usage
AppGyver Steroids command
XCode not installed.
AppGyver Steroids command open /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app
Unknown command: open, did you mean:
$ open /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app
AppGyver Steroids command Shutting down Steroids ...
... done.
Bye
daniels-imac:steroids-fantasyFootball danielminshew$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment