create-elysia

0.0.28 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i create-elysia

Weekly Downloads

21

Version

0.0.28

License

MIT

Unpacked Size

53.7 kB

Total Files

47

Last publish

Collaborators

  • bogeychan