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