@jadis/create
Version:
Jadis boilerplate generator
36 lines (22 loc) โข 766 B
Markdown
# @jadis/create
A simple CLI to scaffold a new project using [Jadis](https://www.npmjs.com/package/@jadis/core) โ no build tools, no fuss, just the web.
## ๐ Usage
```bash
npx @jadis/create js my-app
```
or, for a Typescript starter:
```bash
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
```bash
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 Neovim.