Coder Social home page Coder Social logo

steroids's Introduction

AppGyver Steroids

AppGyver Steroids is PhoneGap on Steroids, providing native UI elements, multiple WebViews and enhancements for better developer productivity.

Installation and requirements

Requirements

Windows

OS X

  • Xcode and command-line tools (Mac app store)
  • Git with homebrew or git Mac installer (if using the installer, remember to includ git in your $PATH)
  • Python 2.7 or greater (preinstalled on OS X Lion and newer)

Linux

  • Git
  • Python 2.7 or greater

Installing With Node Version Manager (for OS X and Linux)

We recommend installing with NVM, see https://github.com/creationix/nvm: it allows you to run multiple versions of node and does not require sudo at any point.

$ curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh

Note that by default NVM adds initialization lines to .bash_profile, so you need to make sure these lines are loaded.

To install node.js 0.10.x with nvm and set it as default:

$ nvm install 0.10
$ nvm use 0.10
$ nvm alias default 0.10

Now install Steroids globally with the -g flag:

$ npm install steroids -g

Note that some third-party npm packages might give warnings during the install project. These warnings shouldn't affect how the Steroids npm functions.

Usage

$ steroids create directory_name
$ cd directory_name
$ steroids connect

More usage information is available via

$ steroids usage

Documentation

Steroids Developer Portal

Forums

http://forums.appgyver.com

Bugs, feedback

We want to get your feedback! Drop us a mail at [email protected]

Testing npm

To run all unit tests:

$ npm test

To run unit tests without time-consuming Generator tests:

$ ./bin/test fast

To create a test app with all examples generated by $ steroids generate commands:

$ test/generate.sh

Contributing

We gladly accept pull requests! However, include only one feature or fix per one pull request. That way, it will be much easier to review and merge each one contribution.

To develop Steroids-npm locally:

  • Clone this repo and install its dependencies (npm install).
  • Create a symlink from /usr/local/bin/devroids to your development Steroids executable.
  • Use devroids as you would use steroids.

steroids's People

Contributors

matti avatar juhazi avatar yoka avatar pre avatar arnib avatar eddyverbruggen avatar ezku avatar mklement0 avatar varya avatar danielochoa avatar drewrothstein avatar sampax avatar satusuuronen avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.