The Hitachi Vantara CLI for UI Kit apps.
This CLI provides a way to automate tasks you regularly perform as part of your development workflow.
Whether is quickly start a new application or scaffolding out templates and components, it will help you standardize these tasks in a consistent, and predictable manner.
For usage documentation, run the CLI with the --help
option for any <command>
. Examples:
npx @hitachivantara/hv-uikit-cli@latest --help
npx @hitachivantara/hv-uikit-cli@latest <command> --help
You can create a new app using the different baselines provided and our official supported templates.
To get started, use the following command:
npx @hitachivantara/hv-uikit-cli@latest create
It launches an interactive experience that guides you through setting up a new app.
You can also directly specify the app name and the template to use. For example:
npx @hitachivantara/hv-uikit-cli@latest create MyAppName --templates Form
You can run the project locally by executing the following command:
node <path-to-repo>/hv-uikit-cli/src/index.js create
This project is licensed under the terms of the Apache 2.0 license.