Synopsis

cpran create [options] [name]

Description

To make it easier for plugin authors, this command will generate a new blank plugin in the current directory. The creation follows the template found in the template plugin, which reproduces the directory strcture common to most other plugins.

When given an argument, that argument will be used as the name for the new plugin, as long as no other plugins with name exist. If no arguments are provided, a random name will be generated.

Examples

# Create a new plugin with a random name
cpran create
# Create a new plugin with a given name
cpran create my-awesome-plugin

Options

--author -A

Provide the author name (not currently implemented)

See also