0.0.28 • Published 2 months ago

create-elysia v0.0.28

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

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

MIT

0.0.26

2 months ago

0.0.27

2 months ago

0.0.28

2 months ago

0.0.25

4 months ago

0.0.20

8 months ago

0.0.21

8 months ago

0.0.22

6 months ago

0.0.23

6 months ago

0.0.24

5 months ago

0.0.18

8 months ago

0.0.19

8 months ago

0.0.13

12 months ago

0.0.14

12 months ago

0.0.15

12 months ago

0.0.16

11 months ago

0.0.17

11 months ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago