https://github.com/ivan2214/boilerplates-generators
https://github.com/ivan2214/boilerplates-generators
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivan2214/boilerplates-generators
- Owner: ivan2214
- Created: 2024-06-14T06:22:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T00:19:29.000Z (11 months ago)
- Last Synced: 2024-06-28T01:54:05.301Z (11 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boilerplates-generators
boilerplates-generators for Next.js projects or React projects.
## Installation
```bash
pnpm install -g boilerplates-generators
```## Usage
```bash
# Interactive mode
pnpm create boilerplates-generators || boilerplates-generators# Override template
pnpm create boilerplates-generators --template# Override name
pnpm create boilerplates-generators --name# Get Command help
pnpm create boilerplates-generators --help
```## Or Usage
```bash
# Interactive mode
boilerplates-generators# Override template
boilerplates-generators --template# Override name
boilerplates-generators --name# Get Command help
boilerplates-generators --help
```### Any questions? Feel free to open an issue or send a message to [x](https://x.com/bongiovanniDev)