# ronin-new 1 "May 2022" 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 ## SEE ALSO ronin-new-script(1) ronin-new-project(1)