{"id":20923780,"url":"https://github.com/patternfly/pfe-tools","last_synced_at":"2025-09-29T23:32:45.088Z","repository":{"id":57135374,"uuid":"402036717","full_name":"patternfly/pfe-tools","owner":"patternfly","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-01T11:34:14.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-18T23:17:09.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patternfly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-01T11:31:13.000Z","updated_at":"2022-05-24T22:31:16.000Z","dependencies_parsed_at":"2022-09-03T12:21:59.070Z","dependency_job_id":null,"html_url":"https://github.com/patternfly/pfe-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternfly%2Fpfe-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternfly%2Fpfe-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternfly%2Fpfe-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patternfly%2Fpfe-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patternfly","download_url":"https://codeload.github.com/patternfly/pfe-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234670098,"owners_count":18869135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T20:17:43.338Z","updated_at":"2025-09-29T23:32:39.801Z","avatar_url":"https://github.com/patternfly.png","language":"TypeScript","readme":"@patternfly/pfe-tools\n=====================\n\n\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/@patternfly/pfe-tools.svg)](https://npmjs.org/package/@patternfly/pfe-tools)\n[![Downloads/week](https://img.shields.io/npm/dw/@patternfly/pfe-tools.svg)](https://npmjs.org/package/@patternfly/pfe-tools)\n[![License](https://img.shields.io/npm/l/@patternfly/pfe-tools.svg)](https://github.com/kylebuch8/pfe-tools/blob/master/package.json)\n\nThis is a WIP repository for extracting the dev tools out of the PatternFly Elements project.\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g @patternfly/pfe-tools\n$ pfe-tools COMMAND\nrunning command...\n$ pfe-tools (-v|--version|version)\n@patternfly/pfe-tools/0.0.0 darwin-x64 node-v14.15.4\n$ pfe-tools --help [COMMAND]\nUSAGE\n  $ pfe-tools COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`pfe-tools build [FILE]`](#pfe-tools-build-file)\n* [`pfe-tools dev [FILE]`](#pfe-tools-dev-file)\n* [`pfe-tools hello [FILE]`](#pfe-tools-hello-file)\n* [`pfe-tools help [COMMAND]`](#pfe-tools-help-command)\n* [`pfe-tools new`](#pfe-tools-new)\n* [`pfe-tools test-watch [FILE]`](#pfe-tools-test-watch-file)\n\n## `pfe-tools build [FILE]`\n\nBuild all of the elements\n\n```\nUSAGE\n  $ pfe-tools build [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n```\n\n_See code: [src/commands/build.ts](https://github.com/kylebuch8/pfe-tools/blob/v0.0.0/src/commands/build.ts)_\n\n## `pfe-tools dev [FILE]`\n\nDev runs the build script with a watcher\n\n```\nUSAGE\n  $ pfe-tools dev [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n```\n\n_See code: [src/commands/dev.ts](https://github.com/kylebuch8/pfe-tools/blob/v0.0.0/src/commands/dev.ts)_\n\n## `pfe-tools hello [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ pfe-tools hello [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n\nEXAMPLE\n  $ pfe-tools hello\n  hello world from ./src/hello.ts!\n```\n\n_See code: [src/commands/hello.ts](https://github.com/kylebuch8/pfe-tools/blob/v0.0.0/src/commands/hello.ts)_\n\n## `pfe-tools help [COMMAND]`\n\ndisplay help for pfe-tools\n\n```\nUSAGE\n  $ pfe-tools help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_\n\n## `pfe-tools new`\n\nCreate a new web component\n\n```\nUSAGE\n  $ pfe-tools new\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n```\n\n_See code: [src/commands/new.ts](https://github.com/kylebuch8/pfe-tools/blob/v0.0.0/src/commands/new.ts)_\n\n## `pfe-tools test-watch [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ pfe-tools test-watch [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n```\n\n_See code: [src/commands/test-watch.ts](https://github.com/kylebuch8/pfe-tools/blob/v0.0.0/src/commands/test-watch.ts)_\n\u003c!-- commandsstop --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatternfly%2Fpfe-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatternfly%2Fpfe-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatternfly%2Fpfe-tools/lists"}