Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.17 KB

Brisket

The easiest way to get started with backend starter kit by using brisket-create-app. This CLI tool enables you to quickly start building a new backend service, with everything set up for you. To get started use the following command:

Interactive

You can create a new project by running:

npx brisket-create-app

You will be asked for the name of your project and directory. Input the necessary values to install dependencies and create a new TS project.

Get Started

Download the cli using npm

# install globally
npm i -g brisket-create-app
# or
npx brisket-create-app
# install locally
npm i brisket-create-app

To create a new project

# cd into your desired project directory
brisket-create-app 

# Choose your desired options
√ What is your project called? » my-app
√ Do you want to install dependencies? » No / Yes
√ Do you want to initialize a git repository? » No / Yes

Support Frameworks

  • Fastify
  • Express (WIP)
  • NestJs (WIP)

By default the cli creates a fastify-ts template.

License

MIT License - see the LICENSE file for details