@composejs/cli

0.0.10 • Public • Published

Compose JS

A declarative toolkit for mobile application development using the JavaScript programming language.

Compose CLI

Compose CLI is a small utility tool that allows you to build, integrate or serve your ComposeJS application. Install the compose CLI using the NPM.

$ npm i -g @composejs/cli

Create a new project

$ compose create myapp

Build your compose app into an Android apk or aab

$ compose build --debug
$ compose build --release

Generate files to integrate compose app into your existing Android application

$ compose integrate

Create a web server to debug your compose app while developing

$ compose serve --port 3000

Documentation

To learn more about the API check out the Wiki page.

Package Sidebar

Install

npm i @composejs/cli

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

858 kB

Total Files

104

Last publish

Collaborators

  • bashrc