Module template for Mobile Web Application.
-
Clone WebModule to your work space.
$ git clone git@github.com:uupaa/WebModule.git $ cd WebModule $ npm install $ cd ..
-
Create new repository 'MyModule.js' in the GitHub, and clone it.
$ git clone git@github.com:uupaa/MyModule.js.git $ cd MyModule.js -
Execute clone command.
$ node ../WebModule/clone GITHUB-USER-NAME
workspace/
|
+ WebModule/
|
+ MyModule.js/


