0.0.1 • Published 4 years ago

nancy v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

nancy

Site crawler and auditing for Content Management Systems like Drupal and WordPress.

oclif Version Downloads/week License

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