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

Inherits:
Ronin::Web::CLI::Command show all
Defined in:
lib/ronin/web/cli/commands/new.rb,
lib/ronin/web/cli/commands/new/server.rb,
lib/ronin/web/cli/commands/new/spider.rb,
lib/ronin/web/cli/commands/new/webapp.rb,
lib/ronin/web/cli/commands/new/nokogiri.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-web new {nokogiri | server | spider | webapp}

Options

-h, --help                       Print help information

Arguments

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

Commands

help
nokogiri
server
spider
webapp

Since:

  • 1.0.0

Defined Under Namespace

Classes: Nokogiri, Server, Spider, Webapp