SvelteKit monorepos made easy.
Installation | Usage | License | Contributing |
---|
Currently it's nothing!
sk-mono is going to be a fully featured command line utility for making, managing, running, building, and deploying SvelteKit libraries and applications from monorepos and single-workspace repos alike, using Rust for lightning fast execution times.
Work in progress, check back later.
You can install sk-mono with your favorite Node package manager:
npm install --save-dev sk-mono
pnpm add --save-dev sk-mono
yarn add --dev sk-mono
Once installed, sk-mono can be run with the sk-mono
command:
sk-mono --version
Hyphens are a pain though, so sk-mono has two builtin aliases:
skmono --version
skm --version
Important: sk-mono is written almost entirely in Rust. Aside from a short install script, there is very little JavaScript here.
Currently sk-mono is not currently accepting code contributions.
If you have found a bug, have an idea for a feature, or think there's a better way to do something, please open an issue.
sk-mono is distributed under the GNU General Public License v3.0. See the license file for more information.