Skip to content

Commit

Permalink
fix: refactor readme
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jul 18, 2024
1 parent 553f985 commit 38310aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# CLI for Just D
This is a command line tool for D. You can see the documentation at [here](https://justd.co/docs/getting-started/installation).

## Usage
You need to do this in your new project directory. And make sure you have installed Tailwind CSS and React.
```bash
npx just-cli@latest init
```
After that, you can run the following command to start adding new components.
```bash
npx just-cli@latest add <component-name>
```

## License
[MIT](https://github.com/irsyadadl/justd-cli/blob/main/LICENSE)

0 comments on commit 38310aa

Please sign in to comment.