Class: Ronin::CLI::Commands::New Private

Inherits:
Ronin::CLI::Command show all
Defined in:
lib/ronin/cli/commands/new.rb,
lib/ronin/cli/commands/new/script.rb,
lib/ronin/cli/commands/new/project.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Creates new projects or scripts.

Usage

ronin new {project [options] DIR | script FILLE}

Options

-h, --help                       Print help information

Arguments

[COMMAND]                        The command name to run
[ARGS ...]                       Additional arguments for the command

Commands

help
project
script

Since:

  • 2.0.0

Defined Under Namespace

Classes: Project, Script