@selemondev/create-react-next
Version:
The Next Generation React Scaffolding Tool ✨
101 lines (62 loc) • 2.63 kB
Markdown
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/selemondev/create-react-next/master/image/create-react-next.png" height="400" />
<h1 align="center">
Create React Next
</h1>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/@selemondev/create-react-next">
<img alt="npm-version-src" src="https://img.shields.io/npm/v/@selemondev/create-react-next/latest.svg?style=flat&colorA=020420&colorB=00DC82" />
</a>
<a href="https://npmjs.com/package/@selemondev/create-react-next">
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/@selemondev/create-react-next.svg?style=flat&colorA=020420&colorB=00DC82" />
</a>
<a href="https://pkg-size.dev/@selemondev/create-react-next@latest">
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for @selemondev/create-react-next">
</a>
</p>
The Next Generation React Scaffolding Tool powered by Vite 🛠️
## Usage
### npx
```bash
npx @selemondev/create-react-next@latest
# OR
npx @selemondev/create-react-next <project-name> --ts --eslint --tailwind --use-pnpm
```
### yarn
```bash
yarn create @selemondev/create-react-next
# OR
yarn create @selemondev/create-react-next <project-name> --ts --eslint --tailwind --use-pnpm
```
### pnpm
```bash
pnpm create @selemondev/create-react-next@latest
# OR
pnpm create @selemondev/create-react-next@latest <project-name> --ts --eslint --tailwind --use-pnpm
```
## Options
You can also pass command line arguments to set up a new project non-interactively. Run `@selemondev/create-react-next --help` to see the available command line arguments:
```bash
Usage: @selemondev/create-react-next@latest <project-name> [options]
Options:
-V, --version output the version number
--ts, --typescript
Initialize as a TypeScript project.
--tailwind
Initialize with Tailwind CSS config.
--eslint
Initialize with ESLint config.
--use-npm
Explicitly tell the CLI to bootstrap the app using npm
--use-pnpm
Explicitly tell the CLI to bootstrap the app using pnpm
--use-yarn
Explicitly tell the CLI to bootstrap the app using Yarn
--use-bun
Explicitly tell the CLI to bootstrap the app using Bun
```
### How to contribute?
Contributions are welcome and encouraged! If you have any ideas or suggestions for new features, or if you encounter any bugs or issues, please open an issue or submit a pull request on the GitHub repository.
Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contributing Guide](./CONTRIBUTING.md).
Happy hacking ⚡