This is a WIP repository for extracting the dev tools out of the PatternFly Elements project.
$ npm install -g @patternfly/pfe-tools
$ pfe-tools COMMAND
running command...
$ pfe-tools (-v|--version|version)
@patternfly/pfe-tools/0.0.0 darwin-x64 node-v14.15.4
$ pfe-tools --help [COMMAND]
USAGE
$ pfe-tools COMMAND
...
pfe-tools build [FILE]
pfe-tools dev [FILE]
pfe-tools hello [FILE]
pfe-tools help [COMMAND]
pfe-tools new
pfe-tools test-watch [FILE]
Build all of the elements
USAGE
$ pfe-tools build [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/build.ts
Dev runs the build script with a watcher
USAGE
$ pfe-tools dev [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/dev.ts
describe the command here
USAGE
$ pfe-tools hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ pfe-tools hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for pfe-tools
USAGE
$ pfe-tools help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Create a new web component
USAGE
$ pfe-tools new
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/new.ts
describe the command here
USAGE
$ pfe-tools test-watch [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/test-watch.ts