0.1.1 • Published 6 years ago
@rock-kit/ui-template-scripts v0.1.1
category: packages
ui-template-scripts
A collection of UI scripts and utils to automate upgrades.
Using npx
$ npx @rock-kit/ui-template-scripts <command>Globally installing ui-template-scripts with yarn or npm
$ yarn global add @rock-kit/ui-template-scriptsor
$ npm install -g @rock-kit/ui-template-scriptsYou now have access to ui-template-scripts commands
ui-template-scripts <command>Available commands
- create-component | Generate a component within a new package or within an existing package.
- create-from-template | Copy template source file or directory to a specified destination and replace variables with designated values.
- create-package | Generate a package from a template.
Documentation
For more documentation on available options and parameters for individual commands do:
ui-template-scripts <command> --help