99.10.0 • Published 5 years ago
@temporg/template-scripts v99.10.0
category: packages
template-scripts
A collection of UI scripts and utils to automate upgrades.
Using npx
$ npx @temporg/template-scripts <command>Globally installing template-scripts with yarn or npm
$ yarn global add @temporg/template-scriptsor
$ npm install -g @temporg/template-scriptsYou now have access to template-scripts commands
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:
template-scripts <command> --help