0.1.0 • Published 3 months ago
create-elysia v0.1.0
create-elysia
Scaffolding Your First Elysia.js Project
With Bun:
bunx create-elysia@latest
With NPM:
npm create elysia@latest
With Yarn:
yarn create elysia
With PNPM:
pnpm create elysia
With Deno:
deno run -r=npm:create-elysia --allow-read --allow-write npm:create-elysia
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line arguments. For example, to scaffold a Bun
project, run:
yarn create elysia my-elysia-app --template bun
Currently supported template presets include:
bun
deno
node
node-ts
plugin
You can use .
for the project name to scaffold in the current directory.
Credits ❤️
This project was inspired by create-vite
License
0.1.0
3 months ago
0.0.26
1 year ago
0.0.27
1 year ago
0.0.28
1 year ago
0.0.25
1 year ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
1 year ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago