1.0.3 • Published 4 years ago
create-sqb v1.0.3
create-sqb
Scaffolding Your First Sqb Project
Compatibility Note: Sqb requires Node.js version >=12.0.0.
With NPM:
$ npm init @wosai/sqb@latestWith Yarn:
$ yarn create @wosai/sqbWith PNPM:
$ pnpm create @wosai/sqbThen 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 Sqb + Vue project, run:
# npm 6.x
npm init @wosai/sqb@latest my-vue-app --template vue
# npm 7+, extra double-dash is needed:
npm init @wosai/sqb@latest my-vue-app -- --template vue
# yarn
yarn create @wosai/sqb my-vue-app --template vue
# pnpm
pnpm create @wosai/sqb my-vue-app -- --template vueCurrently supported template presets include:
vanillavanilla-tsvuevue-tsreactreact-tspreactpreact-tslitlit-tssveltesvelte-ts
Community Templates
create-sqb is a tool to quickly start a project from a basic template for popular frameworks.