Sha256: 707ea99022fc7133e2423ef78088ce153762894df50e5a22de17679317855225

Contents?: true

Size: 624 Bytes

Versions: 4

Compression:

Stored size: 624 Bytes

Contents

# ronin-new-project 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin new project` [*options*] *PATH*

## DESCRIPTION

Creates a new Ruby project directory.

## ARGUMENTS

*PATH*
	The path to the new project directory.

## OPTIONS

`--git`
  Initializes a git repo.

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

`--rakefile`
  Creates a `Rakefile`.

`--dockerfile`
  Adds a `Dockerfile` to the new project.

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

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-new-script(1)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ronin-2.0.0.beta4 man/ronin-new-project.1.md
ronin-2.0.0.beta3 man/ronin-new-project.1.md
ronin-2.0.0.beta2 man/ronin-new-project.1.md
ronin-2.0.0.beta1 man/ronin-new-project.1.md