Compatibility Note: Brage requires Node.js version 18+
With NPM:
npm create brage@latest
With Yarn:
yarn create brage
With PNPM:
pnpm create brage
With Bun:
bun create brage
Then follow the prompts!
You can also directly specify the project name you want to use via additional command line options. For example:
# npm
npm create brage@latest my-express-app
# yarn
yarn create brage my-express-app
# pnpm
pnpm create brage my-express-app
# Bun
bun create brage my-express-app
You can use .
for the project name to scaffold in the current directory.