Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 618 Bytes

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"
  ]
}