0.1.1 • Published 4 years ago

awepat v0.1.1

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

awepat

Cet application a pour but de tester des sites web pour valider le HTML, CSS et le JS.

oclif Version Downloads/week License

Usage

$ npm install -g awepat
$ awepat COMMAND
running command...
$ awepat (-v|--version|version)
awepat/0.1.0 darwin-x64 node-v12.16.1
$ awepat --help [COMMAND]
USAGE
  $ awepat COMMAND
...

Commands

awepat hello

Describe the command here

USAGE
  $ awepat hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

awepat help [COMMAND]

display help for awepat

USAGE
  $ awepat help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help