0.2.3 • Published 6 months ago

create-deft v0.2.3

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

create-deft

Scaffolding Your First Deft Project

With NPM:

$ npm create deft@latest

With Yarn:

$ yarn create deft

With PNPM:

$ pnpm create deft

With Bun:

$ bun create deft

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

# npm 7+, extra double-dash is needed:
npm create deft@latest my-deft-app -- --template react-ts

# yarn
yarn create deft my-deft-app --template react-ts

# pnpm
pnpm create deft my-deft-app --template react-ts

# Bun
bun create deft my-deft-app --template react-ts

Currently supported template presets include:

  • vanilla
  • vanilla-ts
  • react
  • react-ts

You can use . for the project name to scaffold in the current directory.

LICENSE

MIT

0.2.3

6 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago