Skip to content
/ roc-repo Public

Roc plugins making it easy to manage JavaScript repositories

Notifications You must be signed in to change notification settings

rocjs/roc-repo

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d03b86a · Nov 28, 2017
Nov 28, 2017
Jul 10, 2017
Jul 10, 2017
Nov 28, 2017
Aug 21, 2017
Jul 11, 2017
Jul 11, 2017
Aug 24, 2017
Aug 24, 2017

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