Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethlarsen/baelte
CLI tool for svelte to help you be productive
https://github.com/kennethlarsen/baelte
cli productivity svelte
Last synced: 3 months ago
JSON representation
CLI tool for svelte to help you be productive
- Host: GitHub
- URL: https://github.com/kennethlarsen/baelte
- Owner: kennethlarsen
- License: mit
- Created: 2019-09-13T11:01:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T09:37:31.000Z (over 5 years ago)
- Last Synced: 2024-11-01T20:42:19.612Z (3 months ago)
- Topics: cli, productivity, svelte
- Language: Rust
- Homepage:
- Size: 13.4 MB
- Stars: 94
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# baelte π₯
BΓ¦lte - [ΛbΞ΅ldΙ] : Danish for *belt*. Helps you keep your pants on.CLI tool for svelte that helps you be productive.
* π Batteries included: You get a test suite out of the box.
* π Scaffold new projects in seconds
* π¦ Generate components and tests with one commandInstall:
```zsh
npm install -g baelte
````baelte new project-name`
| Command | What it does |
|------------------------------------------|-------------------------------------------------------------------------|
| baelte new project-name | Scaffolds a new svelte project in "/project-name" |
| baelte generate component component-name | Generates a component as well as a component test file with boilerplate |
| yarn dev | Runs the app in dev mode on localhost:5000 |
| yarn test | Runs the test suite |# Important note
`baelte` is very new and perhaps not stable. Until v1 is released the assumed project structure [might change](https://github.com/kennethlarsen/baelte/issues/1).