LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bun-create

Scaffold new projects from templates

TLDR

Create project from template
$ bun create [template] [project-name]
copy
Create Hono project
$ bun create hono@latest [my-app]
copy
Create Elysia project
$ bun create elysia [my-app]
copy
Create from GitHub template
$ bun create [github-user/repo] [project-name]
copy
Create from local template
$ bun create [./path/to/template] [project-name]
copy

SYNOPSIS

bun create template [destination]

DESCRIPTION

bun create scaffolds new projects from templates. It supports templates from npm, GitHub repositories, and local directories. After cloning, it automatically installs dependencies and initializes the project.For basic project initialization without templates, use bun init instead.

PARAMETERS

template

Template source: npm package, GitHub repo (user/repo), or local path
destination
Project directory name (defaults to template name)

TEMPLATES

From npm

bun create hono@latest my-app
From GitHub
bun create user/repo my-project
From local directory
bun create ./my-template new-project

RELATED COMMANDS

bun init

Initialize blank project in current directory
bun init --react
Scaffold React project
bun init --react=tailwind
Scaffold React with Tailwind CSS
bun init --react=shadcn
Scaffold React with shadcn/ui

INSTALL

sudo pacman -S bun
copy
brew install bun
copy
nix profile install nixpkgs#bun
copy

CAVEATS

Template availability depends on the source. GitHub templates require network access. Some templates may have additional setup steps documented in their README.

SEE ALSO

bun(1), bun-init(1), npm-init(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid