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.
- Host: GitHub
- URL: https://github.com/modularorg/modularbp-mjs
- Owner: modularorg
- License: mit
- Created: 2018-12-08T15:01:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T22:10:08.000Z (over 7 years ago)
- Last Synced: 2024-04-22T09:43:48.478Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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