🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

create-elysia

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-elysia

Scaffolding Your First Elysia.js Project

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

elysia

FAQs

Package last updated on 16 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts