@dblechoc/bs-next

Minimal Next.js bindings written in ReasonML

Usage no npm install needed!

<script type="module">
  import dblechocBsNext from 'https://cdn.skypack.dev/@dblechoc/bs-next';
</script>

README

bs-next

Minimal Next.js bindings written in ReasonML

Installation

# yarn
yarn add @sync/bs-next

# or npm
npm install --save @sync/bs-next

Then add it to bsconfig.json:

"bs-dependencies": [
  "bs-next"
]

Publishing to NPM

yarn publish --minor --access public