Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteogabriele/djarin
A CLI tool for quickly creating React projects.
https://github.com/matteogabriele/djarin
Last synced: 2 months ago
JSON representation
A CLI tool for quickly creating React projects.
- Host: GitHub
- URL: https://github.com/matteogabriele/djarin
- Owner: MatteoGabriele
- Created: 2024-06-30T13:24:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:08:59.000Z (5 months ago)
- Last Synced: 2024-10-05T21:04:20.939Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Djarin
A CLI tool for quickly creating React projects.
### Why
I built this CLI tool to streamline setting up new React projects. Instead of using create-vite, dealing with unnecessary boilerplate, and manually adding Tailwind and React Router, this tool does it all in one go. It saves time and keeps the setup process consistent and efficient for my use case. You do you!### Install
```bash
npm install -g djarin
```### Usage
Simply run
```bash
djarin
```