convene

A Node library for simple and flexible merging of multiple sources of various types into one file

Usage no npm install needed!

<script type="module">
  import convene from 'https://cdn.skypack.dev/convene';
</script>

README

convene

A Node library for simple and flexible merging of multiple sources of various types into one file

Install

npm install convene

Include

Using node:

const Convene = require('convene');

In Alpha