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@latest
With Yarn:
$ yarn create @wosai/sqb
With PNPM:
$ pnpm create @wosai/sqb
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 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 vue
Currently supported template presets include:
vanilla
vanilla-ts
vue
vue-ts
react
react-ts
preact
preact-ts
lit
lit-ts
svelte
svelte-ts
Community Templates
create-sqb is a tool to quickly start a project from a basic template for popular frameworks.