This is the cli tool of bionic.js. For more information about bionic.js see the main documentation
Install with npm:
npm install -g bionic-js-tool
To create a new bionic.js configuration file interactively you can use:
bionicjs init [config_file]
To generate JS bundles and native bridging code you can call:
bionicjs sync <config_file>
Subsequent calls will only regenerate changed files. If you want to regenerate all the files, you can use the -f
(or --force
) option:
bionicjs sync -f <config_file>
To remove all generated files you can call:
bionicjs clean <config_file>
See the LICENSE file for license rights and limitations (MIT).