An open API service indexing awesome lists of open source software.

https://github.com/roxiness/stackmix

A collection of templates for Routify.
https://github.com/roxiness/stackmix

Last synced: about 1 year ago
JSON representation

A collection of templates for Routify.

Awesome Lists containing this project

README

          


stackmix

# Stackmix [preview]
### Template generator based on Svelte and Routify.

---

Don't be fooled by the "prerelease". You should totally take it for a ride. 😎

## Getting started
```
npx stackmix [app-name]
cd [app-name]
npm install
npm run dev
```

Remember to report any bugs back to us. 😉

---

## Getting started [for contributors and testers]
```bash
$ git clone https://github.com/roxiness/stackmix.git
$ cd stackmix
$ npm install
```

#### To build a template from fragments
`node lib/cli`

__The wizard can be skipped by providing fragments as arguments__
`npm run generate -- -fragments rollup,i18n,navigation,content,miligram,mdsvex`

__use `--watch` to update output on fragment change__

---

**Given the variety of fragments, we would greatly appreciate contributors for this projects** 🙏