create-terra-ui-app
v0.0.3
Published
Easily scaffold a new Terra UI app using modern frameworks
Maintainers
Readme
create-terra-ui-app
Create a new Terra UI app with one command.
Usage
npx create-terra-ui-appOr specify a framework:
npx create-terra-ui-app nextjsLocal Development
To test this package locally before publishing:
Install dependencies:
cd packages/create-terra-ui-app npm installLink the package globally:
npm linkTest it:
create-terra-ui-app # or npx create-terra-ui-app
Publishing
When ready to publish to npm:
cd packages/create-terra-ui-app
npm publish --access=publicAfter publishing, users can run:
npx create-terra-ui-app