Skip to content

Releases: adityavijay21/fleem

Fleem - The Ultimate React Project Generator v2.0.0

02 Oct 08:39
Compare
Choose a tag to compare

Fleem is a CLI tool to quickly scaffold customizable React projects, simplifying setup with features like TypeScript, testing, CSS preprocessors, routing, and state management.

Feature Options
TypeScript Support --typescript
Testing Frameworks --jest, --mocha, --chai
Code Formatting --prettier
CSS Preprocessors --scss, --less, --tailwind
Routing --routing
State Management --state-management redux/mobx/zustand
Package Manager Support npm, yarn, pnpm

Installation

npm install -g fleem

Usage

fleem <project-name> --default

Customize with options:

fleem <project-name> --typescript --jest --prettier --scss --routing --state-management redux

Links

| Website | GitHub | NPM |