-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Karan Sikka edited this page Dec 20, 2013
·
2 revisions
Welcome to the appmake wiki!
Appmake is a tool for building and deploying highly-structured express.js web applications.
Usage:
./appmake.js parse <src_dir> <json_file_out>
Parses the source code files at the src_dir, and outputs
an app json at json_file_out.
./appmake.js compile <json_file> [output_dir]
Compiles the app given by the json_file, and outputs
a node app at the output_dir. Defaults to a temp dir.
./appmake.js deploy <app_dir>
Deploys the app in app_dir to the Appcubator cloud.