Leave work on time!
Now beta version.
This tool is not stable.
- node
- install node from node.js site
- must set node to
PATH
for using on windows- add
C:\Program Files\nodejs
toPATH
- add
C:\Users\proin\AppData\Roaming\npm
toPATH
- add
- git
- install git from git site
- must set git to
PATH
for using on windows- add
C:\Program Files (x86)\Git\bin
toPATH
- add
- node_modules
-
bower
npm install -g bower
-
others (optional)
npm install -g nodemon forever electron-prebuilt
-
sudo chown -R $USER /usr/local/
npm install -g lwot
lwot create myApp
cd myApp
lwot install express
lwot install cordova
lwot install electron
lwot bower install bootstrap
lwot npm express install async
lwot build express
lwot express run
lwot build # for all installed platforms
lwot build express # for express only
lwot watch # for all installed platforms
lwot watch express # for express only
lwot [platform] [function]
lwot express run # for start express
[add] # Addition of Modules or Code Piece or ETC...
[rm] # Remove of Modules or Code Piece or ETC...
[mod] # Modification of Modules or Code Piece or ETC...(In this case, When modification is generated without bug fix)
[fix] # Bug Fix of modules or Code Piece or ETC...