NAME
vns
SYNOPSIS
vns --help
DESCRIPTION
Run and alias arbitrary commands, and and dispatch to Venus subcommands. The subcommands are:
See FEATURES for usage and configuration information. This CLI dispatches to "perform" in Venus::Task::Venus.
EXAMPLES
# mint a new configuration file
$ vns new
# use the Perl debugger as a repl
$ vns run repl
# generate a new Venus Perl class
$ vns gen -p --class --name Example --stdout