Sha256: a0ddc0879a4d49fb1dd4a4952faccb530fc640ea8141daf79169e20c52ceee1a
Contents?: true
Size: 1.58 KB
Versions: 16
Compression:
Stored size: 1.58 KB
Contents
create Creates a new architecture-js application in the current working directory or sub directory within. Arguments: application name - Name of the architecture-js application subdirectory* - Directory where the application will be installed (created if nonexistent) Options: -b, --blueprint - Optional Blueprint framework to create examples: architect create myapp architect create myapp subdirectory architect create myapp -b modjs compile Compiles the architecture-js project in the current working directory. Options: -c, --compress - Compress output with JsMin example: architect compile generate Generates scoffolding from a template. Arguments: name - Name of the template to generate Options: *Options are arbitrary (optional) arguments specific to templates There are two types of options: boolean and named attributes examples: architect generate mytemplate foo -f (boolean arguments use a single "-") architect generate mytemplate foo --test "Hello" (named arguments can be boolean by passing no value `false`) architect genreate mytemplate foo -f --test "Hello" (combined to generate complex templates) watch Watches the current working directory for file changes and compiles when changes are detected. example: architect watch * optional argument
Version data entries
16 entries across 16 versions & 1 rubygems