Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himynameisdave/svb
📦 A zero-config CLI to bundle Svelte apps
https://github.com/himynameisdave/svb
bundler compiler svelte svelte-cli svelte-v3 sveltejs zero-configuration
Last synced: about 2 months ago
JSON representation
📦 A zero-config CLI to bundle Svelte apps
- Host: GitHub
- URL: https://github.com/himynameisdave/svb
- Owner: himynameisdave
- License: mit
- Archived: true
- Created: 2019-07-09T01:24:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:43:04.000Z (about 2 years ago)
- Last Synced: 2024-10-29T01:08:51.691Z (2 months ago)
- Topics: bundler, compiler, svelte, svelte-cli, svelte-v3, sveltejs, zero-configuration
- Language: JavaScript
- Homepage: https://himynameisdave.github.io/svb
- Size: 1.25 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
---
This is a (mildly) opinionated and very lightweight Svelte compiler/bundler, which is meant to take some of the headaches out of setting up and configuring simple [Svelte](https://svelte.dev/) projects.
Differs from [Sapper](https://sapper.svelte.dev), which is more of a fully baked solution which includes SSR, routing and other goodies. This is more akin to the [react-scripts](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts) used in `create-react-app`, where all of the config is hidden away so that you can just focus on building cool Svelte apps.
**Notice:** This is very much a work in progress right now, so [feel free to contribute](https://github.com/himynameisdave/svb/blob/master/.github/CONTRIBUTING.md)! We'd love to get some feedback and ideas!
### Installation
> _**Note:** Currently requires NodeJS >= 8.16.0_
```
yarn add -D svbnpm i -D svb
```You could also install this globally:
```
yarn global add svbnpm i -g svb
```This provides you with the global `svb` binary (as well as a `svelte-bundler` alias, in case you like typing).
### Documentation
Please view [the documentation here](https://himynameisdave.github.io/svb/#/)!
---
_Created by [Dave](http://himynameisdave.com) in 2019 ✌️_