Skip to content

Latest commit

History

History
29 lines (19 loc) 路 891 Bytes

README.md

File metadata and controls

29 lines (19 loc) 路 891 Bytes

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