Home

Awesome

baelte 🥋

Bælte - [ˈbεldə] : Danish for belt. Helps you keep your pants on.

CLI tool for svelte that helps you be productive.

Install:

npm install -g baelte

baelte new project-name

CommandWhat it does
baelte new project-nameScaffolds a new svelte project in "/project-name"
baelte generate component component-nameGenerates a component as well as a component test file with boilerplate
yarn devRuns the app in dev mode on localhost:5000
yarn testRuns the test suite

Important note

baelte is very new and perhaps not stable. Until v1 is released the assumed project structure might change.