bionic-js-tool
v0.3.0
Published
bionic.js let you use JavaScript classes from other programming languages without using any framework and without writing a single line of bridging code.
Downloads
15
Maintainers
Readme
bionic.js tool
This is the cli tool of bionic.js. For more information about bionic.js see the main documentation
Installation
Install with npm:
npm install -g bionic-js-toolUsage
New configuration file
To create a new bionic.js configuration file interactively you can use:
bionicjs init [config_file]Code generation
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>Clean up
To remove all generated files you can call:
bionicjs clean <config_file>License
See the LICENSE file for license rights and limitations (MIT).
