forberg / extensions

Monorepo for Roc extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roc Extensions Build Status

The core extensions in Roc are managed as a monorepo, this to make it easier to work with them and contribute.

Extensions

Packages

Plugins

Documentation

General documentation about how extensions work can be found here.

Contribute

Commit messages

This repository uses automated releases through the Angular commit message convention but with the addition that the subject SHOULD be capitalized.

Setup repository

$ npm start bootstrap

Will install dependencies and link projects together.

$ npm start build -- --watch

Will build the projects in watch mode.

$ npm test

Will test the projects.

Using roc-package-web-app-react?

Read the comprehensive user-guide on how to best utilize the tools and libraries provided by this Roc extension here.

About

Monorepo for Roc extensions

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.6%Language:CSS 0.0%