create-desktopbuild-app
v0.0.1
Published
Rapidly scaffold out a new desktopbuild app project.
Readme
Usage
NPM:
npm create desktopbuild-app@latestYarn:
yarn create desktopbuild-appPNPM:
pnpm create desktopbuild-appDeno
deno run -A npm:create-desktopbuild-appBun:
bunx create-desktopbuild-appYou can also directly specify the project name, package manager and the template you want to use via additional command line options. For example, to scaffold a Svelte project in a my-desktopbuild-app directory, run:
# npm 6.x
npm create desktopbuild-app@latest my-desktopbuild-app --template svelte
# npm 7+, extra double-dash is needed:
npm create desktopbuild-app@latest my-desktopbuild-app -- --template svelte
# yarn
yarn create desktopbuild-app my-desktopbuild-app --template svelte
# pnpm
pnpm create desktopbuild-app my-desktopbuild-app --template svelte
# Bun
bunx create-desktopbuild-app my-desktopbuild-app --template svelteCurrently supported template presets include:
vanillavanilla-tsvuevue-tssveltesvelte-tsreactreact-tspreactpreact-tssolidsolid-tsangularyewleptossycamoreblazor
You can use . for the project name to scaffold in the current directory.
Semver
create-desktopbuild-app is following Semantic Versioning 2.0.
Licenses
Code: (c) 2022 - The desktopbuild Programme within The Commons Conservancy.
MIT or MIT/Apache 2.0 where applicable.
Logo: CC-BY-NC-ND
- Original desktopbuild Logo Designs by Daniel Thompson-Yvetot and Guillaume Chau
