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

Version Path
architecture-js-0.5.3 HELP
architecture-js-0.5.2 HELP
architecture-js-0.5.1 HELP
architecture-js-0.5.0 HELP
architecture-js-0.4.0 HELP
architecture-js-0.3.8 HELP
architecture-js-0.3.7 HELP
architecture-js-0.3.6 HELP
architecture-js-0.3.5 HELP
architecture-js-0.3.4 HELP
architecture-js-0.3.3 HELP
architecture-js-0.3.2 HELP
architecture-js-0.3.1 HELP
architecture-js-0.3.0 HELP
architecture-js-0.2.3 HELP
architecture-js-0.2.2 HELP