Skip to content
/ brisket Public

A cli to create boilerplate starter kit apps. See features for supported frameworks.

License

Notifications You must be signed in to change notification settings

HoaX7/brisket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A cli to create boilerplate starter kit apps. See features for supported frameworks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published