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
A Node library for simple and flexible merging of multiple sources of various types into one file
<script type="module">
import convene from 'https://cdn.skypack.dev/convene';
</script>
A Node library for simple and flexible merging of multiple sources of various types into one file
npm install convene
const Convene = require('convene');
In Alpha