rule-them-all

A simple multi-repository handling tool

Usage no npm install needed!

<script type="module">
  import ruleThemAll from 'https://cdn.skypack.dev/rule-them-all';
</script>

README

rule-them-all

NPM version Build Status codecov

A simple multi-repository handling tool and my personal playground.

The status of this project is experimental 👻

Development

This project uses Yarn as package manager.

A full build of the project can be done by running:

yarn
yarn build

The tests can be run in watch mode using:

yarn watch