Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

WillsterJohnson/sk-mono

Repository files navigation

sk-mono

License: GPL-3.0 Version: dynamic

SvelteKit monorepos made easy.

Installation Usage License Contributing

What is this?

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.

Installation

View sk-mono on npmjs.com

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

Usage

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

Contributing

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.

License

sk-mono is distributed under the GNU General Public License v3.0. See the license file for more information.