1.0.4 โ€ข Published 7 months ago

@jadis/create v1.0.4

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

@jadis/create

A simple CLI to scaffold a new project using Jadis โ€” no build tools, no fuss, just the web.

๐Ÿš€ Usage

npx @jadis/create js my-app

or, for a Typescript starter:

npx @jadis/create ts my-app

This will create a new directory called my-app with a minimal and ready-to-code Jadis setup.

๐Ÿงช Run the Project

cd my-app
npm install
npm run dev

This will start a local dev server with instant reload.

๐Ÿค” Why This CLI?

Because Jadis is about simplicity. This CLI gives you only what you need to start โ€” no boilerplate bloat, no unnecessary complexity, no heavy dependencies.

๐Ÿ“œ License

MIT โ€” Made with โค๏ธ, โ˜•, a bit of ๐Ÿง  and Noevim.