Sha256: 941e0789541e46ed18092b27ea46d49a5084c54d79125bf48e176fc8b7efd6b1

Contents?: true

Size: 696 Bytes

Versions: 5

Compression:

Stored size: 696 Bytes

Contents

# ronin-new 1 "2023-02-01" Ronin "User Manuals"

## SYNOPSIS

`ronin new` [*options*] [*COMMAND*]

## DESCRIPTION

Creates a new project or script.

## ARGUMENTS

*COMMAND*
	The optional command to get detailed new information on.

## OPTIONS

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

## COMMANDS

*project*
  Generates a new project directory.

*script*
  Generates a new standalone Ruby script.

*help*
  Lists available `ronin new` commands.

## EXAMPLES

Generate a new Ruby script:

        ronin new script file.rb

Generate a new Ruby project:

        ronin new project path/to/dir

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-new-script(1) ronin-new-project(1)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-new.1.md
ronin-2.0.4 man/ronin-new.1.md
ronin-2.0.3 man/ronin-new.1.md
ronin-2.0.2 man/ronin-new.1.md
ronin-2.0.1 man/ronin-new.1.md