0.1.1 • Published 4 years ago

@rock-kit/ui-template-scripts v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-template-scripts

npm  build-status  MIT License  Code of Conduct

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-scripts

or

$ npm install -g @rock-kit/ui-template-scripts

You 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