0.3.0 • Published 3 years ago

bionic-js-tool v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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