Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1009 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 1009 Bytes

bionic.js tool

Build 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-tool

Usage

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).