create-bino-app
v1.0.1
Published
CLI tool to bootstrap full-stack React SSR projects with file-based routing
Maintainers
Readme
create-bino-app
CLI tool to bootstrap full-stack React SSR projects with file-based routing.
Installation
npm install -g create-bino-appUsage
Create a new project
create-bino-app <project-name> [options]Arguments:
<project-name>: The name of the project.
Options:
-b, --backend <backend>: The backend framework to use. Can benodeorpython. (default: "node")-m, --mode <mode>: The render mode to use. Can bessrorspa. (default: "ssr")-y, --yes: Skip prompts and use default values.
Generate routes and types
create-bino-app generate [options]Options:
-p, --path <path>: The path to the project. (default: ".")
Features
- Full-stack React SSR projects
- File-based routing
- TypeScript support
- CLI for easy project scaffolding
Development
- Clone the repository:
git clone https://github.com/your-username/create-bino-app.git - Install dependencies:
npm install - Build the project:
npm run build - Run the CLI:
./dist/index.js <command>
License
This project is licensed under the MIT License.
