@rajdeep0510/scaffold-cli
v1.3.0
Published
This is a CLI app for a UI library which is used for creating versatile and modern UI components.
Maintainers
Readme
scaffold
A CLI tool for creating versatile and modern UI components.
Import components
npx @rajdeep0510/scaffold-cli add <component-name>- Paste the following command in the terminal and the name of the component to import it.
List
npx @rajdeep0510/scaffold-cli list- To list all the avaliable components in the scaffold directory.
Development
To install locally for development:
git clone <repository-url>
cd scaffold
npm install
npm link