1.0.3 • Published 9 months ago

brisket-create-app v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Brisket Create App

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 (WIP)

  • Fastify

By default the cli creates a fastify-ts template.

License

MIT License - see the LICENSE file for details

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago