Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

appsapp-cli

miegli471MIT1.6.261TypeScript support: included

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

angular, ionic

readme

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