Skip to content

justdlabs/cli

Repository files navigation

CLI for Justd

This is a command line tool for Just D. You can see the documentation at here.

Usage

You need to do this in your new project directory. And make sure you have installed Tailwind CSS and React.

Install

npx just-cli@latest init

Add

After that, you can run the following command to start adding new components.

npx just-cli@latest add <component-name>

Diff

npx just-cli@latest diff

It will show you the difference between the current and the new component. And it will also ask you to confirm the changes.

License

MIT