SYNOPSIS
ronin-web new app [options] [DIR]
DESCRIPTION
Generates a new ronin-web-server based web app.
ARGUMENTS
- DIR
- The project directory to create.
OPTIONS
--portPORT- The port the app will listen on by default. Defaults to
3000. --ruby-versionVERSION- The desired ruby version for the project Defaults to the current ruby version.
--git- Initializes a git repo.
-D,--dockerfile- Adds a
Dockerfileand adocker-compose.ymlfile to the new project. -h,--help- Print help information
AUTHOR
Postmodern postmodern.mod3@gmail.com
SEE ALSO
ronin-web-new-nokogiri ronin-web-new-server ronin-web-new-spider