--- /dev/null
+README\r
+\r
+INTRODUCTION\r
+This CLI name is 'web-hybridapp' for generating hybrid app structure.\r
+(Linux version is supported currently, and Windows version will be supported.)\r
+\r
+REQUIRED ARGUMENTS\r
+Both a built native service app project path and a web project path are required.\r
+\r
+USAGE\r
+$ web-hybridapp [Native service app project path] [Web project path]\r
+\r
+EXAMPLES\r
+$ web-hybridapp ~/workspace/hybridserviceapp ~/workspace/hybridwebapp\r
+or\r
+$ web-hybridapp hybridserviceapp hybridwebapp\r
+\r
+RESULT\r
+The '.pack' folder will be created under current folder, and the web project name folder will be created under this folder.\r
+For example, if current folder name is '~/workspace' and web project path is '~/workspace/hybridwebapp', the result folder is '~/workspace/.pack/hybridwebapp'.\r
+\r
+USEFUL INFORMATION\r
+If Native service app project has both a Release binary and a Debug binary, copy a Release binary first. (In this case, a Debug binary is not copied.)\r
+After this CLI process was completed, the next step is to sign the result folder using 'web-signing' CLI and then pack the result folder using 'web-packaging' CLI. Please refer to each detail in Web CLI help documents.\r
cp -r $PROJECT_HOME/doc/install/conf $TARGET/conf || true
cp -r $PROJECT_HOME/doc/install/sample $TARGET/sample || true
cp -r $PROJECT_HOME/doc/install/realm $TARGET/realm || true
+ cp -r $PROJECT_HOME/doc/install/document $TARGET || true
cp -r $LIB/* $TARGET/lib || true
cp dist/*.jar $TARGET/lib || true
# native-cli install
cp -r $PROJECT_HOME/doc/install/conf $TARGET/conf || true
cp -r $PROJECT_HOME/doc/install/sample $TARGET/sample || true
cp -r $PROJECT_HOME/doc/install/realm $TARGET/realm || true
+ cp -r $PROJECT_HOME/doc/install/document $TARGET || true
cp -r $LIB/* $TARGET/lib || true
cp dist/*.jar $TARGET/lib || true
# native-cli install