Sha256: 9302dc2e14cd0868e0e6ada350a88f77ae2f6a548f5edf028529bf87e3a818cf

Contents?: true

Size: 565 Bytes

Versions: 10

Compression:

Stored size: 565 Bytes

Contents

# Command Line Interface

The easiest way to get help is through the commandline by running 

```shell
mockup help
```

or to get help on a specific subcommand

```shell
mockup help [subcommand]
```

## Generate

```shell
mockup generate [generator] [options]
```

## Serve

```shell
mockup serve [options]
```

Starts a webserver (port 9000 by default)


## Release

```shell
mockup release [options]
```

Releases the project

## Global options

All commands accept these options.

```
Options:
  -v, [--verbose]  # Set's verbose output
  -h, [--help]  # Help
```

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
roger-0.13.0 doc/cli.md
roger-0.12.5 doc/cli.md
roger-0.12.4 doc/cli.md
roger-0.12.3 doc/cli.md
roger-0.12.2 doc/cli.md
roger-0.12.1 doc/cli.md
roger-0.12.0 doc/cli.md
roger-0.11.0 doc/cli.md
roger-0.10.0 doc/cli.md
html_mockup-0.9.0 doc/cli.md