stackmix
v0.1.8
Published
<p align="center"> <img alt="stackmix" width="480" src="https://raw.githubusercontent.com/roxiness/stackmix/master/.github/logo.svg"> </p>
Downloads
26
Readme
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 devRemember to report any bugs back to us. 😉
Getting started [for contributors and testers]
$ git clone https://github.com/roxiness/stackmix.git
$ cd stackmix
$ npm installTo 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 🙏
