@jadis/create
v1.7.0
Published
Jadis boilerplate generator
Downloads
29
Maintainers
Readme
@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-appor, for a Typescript starter:
npx @jadis/create ts my-appThis 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 devThis 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 Neovim.
