roc-package-base

Base for Roc packages

Usage no npm install needed!

<script type="module">
  import rocPackageBase from 'https://cdn.skypack.dev/roc-package-base';
</script>

README

roc-package-base

Package forming an abstract foundation of the Roc ecosystem.
The package serves as a base from which other packages within the ecosystem are to be constructed. It is therefore never to be included as a direct dependency in app or component projects.

Exposes

In general; for a package to be considered valid it must export a roc object that will export the name of the package and an additional thing, see documentation here.

It may or may not provide additional exports.

Documentation

Development

Used with roc-package-base-dev.