Patternfly CLI is a command-line tool designed for scaffolding projects, performing code modifications, and running project-related tasks. It aims to streamline development workflows and improve productivity.
- Project Scaffolding: Quickly set up new projects with predefined templates.
- Code Modifications: Automate repetitive code changes.
- Task Runner: Execute project-related tasks efficiently.
To install the CLI globally, use npm:
npm install -g patternfly-cliAfter installation, you can use the CLI by running:
patternfly-cli [command]create: Create a new project from the available templates.update: Update your project to a newer version .
npm installTo build the project, run:
npm run buildAfter building the cli you can install the cli globally by running the following command:
npm install -gAfter that you can now execute the cli via patternfly-cli command in the terminal. We are currently in the process of moving this to npmjs once we this ready for v 1.0.0