@openkraken/cli
Command Line Tools for Kraken
Last updated 5 years ago by andycall .
Original npm · Tarball · package.json
$ cnpm install @openkraken/cli 
SYNC missed versions from official npm registry.

Command Line Tools for Kraken npm

You can install kraken CLI with npm (you may need to use sudo on Linux or macOS):

npm install -g @openkraken/cli

Plaform support:

  • [x] macOS
  • [x] Linux
  • [ ] Windows

Usage

kraken run

Usage: kraken run [options] [bundle|url]

Start a kraken app.

Options:
  -b --bundle <filename>           Bundle path. One of bundle or url is needed, if both determined, bundle path will be used.
  -u --url <URL>                   Bundle URL. One of bundle or URL is needed, if both determined, bundle path will be used.
  -i --instruct <instruct>         instruct file path.
  -s, --source <source>            Source code. pass source directory from command line
  -m --runtime-mode <runtimeMode>  Runtime mode, debug | release. (default: "debug")
  --enable-kraken-js-log           print kraken js to dart log (default: false)
  --show-performance-monitor       show render performance monitor (default: false)
  -d, --debug-layout               debug element's paint layout (default: false)
  -h, --help                       output usage information

kraken qjsc

Usage: kraken qjsc [options] <source> [destination]

convert javascript code to quickjs bytecode.

Options:
  --pluginName [pluginName]  the flutter plugin name.
  --dart                     export dart source file contains bytecode.
  -h, --help                 output usage information

Current Tags

  • 0.10.4-beta.0                                ...           beta (4 years ago)
  • 0.10.5                                ...           latest (4 years ago)

19 Versions

  • 0.10.5                                ...           4 years ago
  • 0.10.4                                ...           4 years ago
  • 0.10.4-beta.0                                ...           4 years ago
  • 0.10.2-beta.0tag                                ...           4 years ago
  • 0.10.3                                ...           4 years ago
  • 0.10.2                                ...           4 years ago
  • 0.10.1                                ...           4 years ago
  • 0.10.0                                ...           4 years ago
  • 0.9.0                                ...           4 years ago
  • 0.8.4                                ...           4 years ago
  • 0.8.3                                ...           5 years ago
  • 0.8.2                                ...           5 years ago
  • 0.8.1                                ...           5 years ago
  • 0.8.0                                ...           5 years ago
  • 0.7.3                                ...           5 years ago
  • 0.7.2-4                                ...           5 years ago
  • 0.7.2                                ...           5 years ago
  • 0.7.0                                ...           5 years ago
  • 0.6.6                                ...           5 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (8)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |