nancy
v0.0.1
Published
Site crawler and auditing for Content Management Systems like Drupal and WordPress.
Downloads
4
Readme
nancy
Site crawler and auditing for Content Management Systems like Drupal and WordPress.
Usage
$ npm install -g nancy
$ nancy COMMAND
running command...
$ nancy (-v|--version|version)
nancy/0.0.1 darwin-x64 node-v12.12.0
$ nancy --help [COMMAND]
USAGE
$ nancy COMMAND
...
Commands
nancy fetch
Describe the command here
USAGE
$ nancy fetch
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/fetch.js
nancy hello
Describe the command here
USAGE
$ nancy hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
nancy help [COMMAND]
display help for nancy
USAGE
$ nancy help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
nancy server
Describe the command here
USAGE
$ nancy server
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/server.js