Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```