0.1.4 • Published 6 months ago
create-bosk v0.1.4
create-bosk
🌱🌱
Scaffold a New Bosk Project
Run the following commands and follow the prompts:
With npm:
$ npm create bosk@latest
With pnpm:
$ pnpm create bosk@latest
With yarn:
$ yarn create bosk
Or specify the project name and template via additional command line options:
With npm:
$ npm create bosk@latest my-bosk-app -- --template adwaita-ts
With pnpm:
$ pnpm create bosk my-bosk-app --template adwaita-ts
With yarn:
$ yarn create bosk my-bosk-app --template adwaita-ts
Currently Supported Templates
adwaita-ts