=========
Stripped CLI build tool for widgets / modules
Name | bbb-lp-cli |
---|---|
Bundle | tools |
Status | node >=0.12.x < 5.0.x |
General
- git
- nodejs
- curl
Dev - Server
- python
- gcc / visual c++
npm i bartveenstra/bbb-lp-cli -g
Using bbblp as binary.
Check all the available commands that you can use.
bbblp
or
bbblp --help
Check command help
bbblp <command> --help
Bundle the widget/module.
arguments:
- NONE
options:
-
- f --fulltest with unit tests and linting
-
- t --withTemplates Bundle HTML templates into build file (for widgets)
-
- m --withModuleId Build with AMD module ID in definition. Default false
-
- p --withPerformance Build with performance annotations converted into performance module API calls
-
--moduleDirectories A comma separated list of the shared components
--moduleDirectories 'target/bower_components'
-
--webpackconfig Build with custom webpack config
bbblp build
with moduleDirectories
bbblp build --moduleDirectories '../../portal/myportal/statics/dist/itemRoot/static/features/[BBHOST]','target/bower_components'