bionic-js-tool

0.3.0 • Public • Published

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

/bionic-js-tool/

    Package Sidebar

    Install

    npm i bionic-js-tool

    Weekly Downloads

    4

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    307 kB

    Total Files

    154

    Last publish

    Collaborators

    • forge-srl-owner