0.0.10 • Published 3 years ago

@composejs/cli v0.0.10

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

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.

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago