Skip to content

patternfly/pfe-tools

Repository files navigation

@patternfly/pfe-tools

oclif Version Downloads/week License

This is a WIP repository for extracting the dev tools out of the PatternFly Elements project.

Usage

$ 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
...

Commands

pfe-tools build [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

pfe-tools dev [FILE]

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

pfe-tools hello [FILE]

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

pfe-tools help [COMMAND]

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

pfe-tools new

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

pfe-tools test-watch [FILE]

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published