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)
loads the modules defined by your configuration
<script type="module">
import bMoModuleLoader from 'https://cdn.skypack.dev/@b-mo/module-loader';
</script>
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)