This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.


Keywords
angular, ionic
License
MIT
Install
npm install appsapp-cli@1.6.257

Documentation

appsapp-cli

This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.

Install

Install the package by running:

$ npm -g install appsapp-cli

You also need firebase-tools:

$ npm install -g firebase-tools

Then go to your project root and run:

$ firebase init

Choose ◯ Functions: Configure and deploy Cloud Functions and select one of your previously created firebase project as the default project for this project root.

Now you are ready to run appsapp-cli first time:

$ appsapp

While deploying firebase functions it takes a while. After first run you can speed up it by watching for any changes in your typescript sources.

$ appsapp -w