Sha256: 9e410c1f807be39d42a52546b772cc8c1c068dbdbeccbd259ca08b07dc11986c

Contents?: true

Size: 753 Bytes

Versions: 3

Compression:

Stored size: 753 Bytes

Contents

# ronin-web-new-webapp 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin-web new webapp` [*options*] [*DIR*]

## DESCRIPTION

Generates a new `ronin-web-server` based webapp.

## ARGUMENTS

*DIR*
  The project directory to create.

## OPTIONS

`--port` *PORT*
  The port the webpp will listen on by default. Defaults to `3000`.

`--ruby-version` *VERSION*
  The desired ruby version for the project Defaults to the current ruby version.

`--git`
  Initializes a git repo.

`-D`, `--dockerfile`
  Adds a `Dockerfile` and a `docker-compose.yml` file to the new project.

`-h`, `--help`
  Print help information

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-web-new-nokogiri(1) ronin-web-new-server(1) ronin-web-new-spider(1)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ronin-web-1.0.0.beta3 man/ronin-web-new-webapp.1.md
ronin-web-1.0.0.beta2 man/ronin-web-new-webapp.1.md
ronin-web-1.0.0.beta1 man/ronin-web-new-webapp.1.md