An open API service indexing awesome lists of open source software.

https://github.com/modularorg/modularbp-mjs

modularJS modules for modularBP.
https://github.com/modularorg/modularbp-mjs

Last synced: about 1 year ago
JSON representation

modularJS modules for modularBP.

Awesome Lists containing this project

README

          






modularBP mJS


modularJS modules for modularBP.

## Installation
```sh
# install mbp
npm install mbp -g

# init a mbp project and choose modularJS
mbp init
```

## Usage
See [modularJS]

## Modules
| Module | Description |
| ------ | ----------- |
| [main] | The main file |
| [example] | A module example |

[modularJS]: https://github.com/modularorg/modularjs#usage
[main]: https://github.com/modularorg/modularbp-mjs/tree/master/src/main.js
[example]: https://github.com/modularorg/modularbp-mjs/tree/master/src/modules/example.js