svelte-package
has recieved updates which make sk-mono
redundantsk-mono
for any projectsSvelteKit monorepos made easy.
[Installation] | [Usage] | [License] | [Contributing] |
---|
SKMono is a commandline utility for easily managing SvelteKit monorepos.
You can install SKMono 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, SKMono can be run with the sk-mono
command:
sk-mono --version
Hyphens are a pain though, so SKMono has two builtin aliases:
skmono --version
skm --version
Currently SKMono 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.
SKMono is distributed under the GNU General Public License v3.0. See the license file for more information.