GithubHelp home page GithubHelp logo

cordova-labs's Introduction

Cordova Labs

Caution: Safety Goggles are Recommended!

Purpose

The purpose of this repo is for experimental code. Examples include demo apps, native api explorations, or anything really that does not fit in an existing Cordova platform.

Project Organization

Everyone works on a branch

master branch should never have content.

Each project should create a separate branch to work on. There are major benefits to this practice:

  • Each project has an isolate git history, which allows for easy migration to a new git repository;
  • Working directory is not polluted with the files of other projects.
  • Projects will not step on each others toes.

Migrating Repositories

One day, you labs project may grow up and need it's own repository. You can easily move all of your Git history to your new repository with the following steps:

# cd to labs and checkout your project's branch
git checkout my-branch

# add your new repository as a remote
git add remote my-remote <url>

# currently, my-remote should be empty (no commits)

# push my-branch to my-remote's master branch
git push my-remote my-branch:master

# now clone your new project (my-remote)
git clone <url>

cordova-labs's People

Contributors

brianleroux avatar hermwong avatar mwbrooks avatar

Watchers

 avatar  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.