@b-mo/module-loader

loads the modules defined by your configuration

Usage no npm install needed!

<script type="module">
  import bMoModuleLoader from 'https://cdn.skypack.dev/@b-mo/module-loader';
</script>

README

BMO Module Loader

Loads the bmo modules defined in the package.json.

import loadModules from '@b-mo/load-modules'

const modules = loadModules(process.cwd())

// outputs the bmo modules defined in the package.json
console.log(modules)