create-roses-backend
v0.2.4
Published
Simplify process of creating a TypeSafety backend with Node Js, Prisma, and TypeScript
Downloads
6
Maintainers
Readme
Table of contents
- What is CRB?
- Getting Started
- CLI Docs
- Contributors
"Create Roses Backend" is a CLI that you can run to initialize your Backend much faster by including all the necessary tools that you need, including 2 API template that you can chose to use.
Keep in mind that the generated template/boilerplate can still be modified as much as you like. The API template that we provide are a simple API that we believe can help you to initialize your code faster since it's one of the API that most people need.
To get started with create-roses-backend
, run any of the following commands and answer any questions from the prompt:
npm
npx create-roses-backend@latest
The following CLI options and flags can be use to configure the behavior when running the CLI:
| Option/Flag | Description |
| ----------------- | ----------------------------------------------------- |
| [dir]
| The directory to create the new Roses Backend |
| --noGit
| Explicitly tell to not init a git repository |
| --noInstall
| Explicitly tell to not install all dependencies |
| --withTemplate
| Explicitly tell to use all templates |
| --withUser
| Explicitly tell to use user templates |
| --withFile
| Explicitly tell to use file templates |
| -y
, --default
| Bypass the CLI and use default values for all prompts |
We 💖 contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.