Skip to content

rocjs/roc-repo

Repository files navigation

roc-repo

Roc plugin making it easy to manage JavaScript repositories

Why?

Simplifies management of JavaScript repositories, supporting both monorepos and standard repositories.

Plugins

Overview

More to follow.

Contribute

Use the local plugin on this repo by adding the following to the package.json.

"roc": {
  "plugins": [
    "./extensions/roc-plugin-repo/lib",
    "./extensions/roc-plugin-repo-roc/lib"
  ]
}