replicate-hub
v0.0.2
Published
Listra Replicate Hub.
Keywords
Readme
listra-replicate-hub
Listra Replicate Hub CLI for add components using tailwind to your project..
Inspired by:
Usage
Use the init command to create configuration files and install the necessary dependencies.
npx replicate-hub initThe init -s or init --setup command adds the following files:
./tailwind.config.js
./babel.config.js
./src/utils/mergeClass.ts
npx replicate-hub init -sadd
Use the add command to add components to your project.
npx replicate-hub add [component]The add -c or add --cwd command allows you to define in which directory to download the components.
npx replicate-hub add [component] -c src/componentsThe add -a or add --all allows you to download all components for your project.
npx replicate-hub add -aExample
npx replicate-hub add Button