Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

bce

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bce

A tool for creating and developing bce mobile app.

latest
Source
npmnpm
Version
1.9.5
Version published
Maintainers
1
Created
Source

Use the bce --help command for more detailed task information.

Installing

$ npm install -g bce

Note: You should install ionic(v2.1.13) first.

Setup bce webAPP

$ bce setup bceApp

This command will:

Build common css and webpack Dll file

$ bce buildCommon

This command will:

  • build common css into www/lib/ionic.css
  • build common js into www/lib/ionic.js
  • write a manifest json file named ionic-manifest.json which contains mappings from real request to module id

Hot Code Push Plugin CLI

build hcp.json and hcp.manifest

$ bce hcp build [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to prepare project for deployment and to generate plugin specific configuration files inside www folder:

  • hcp.json - holds release related information.
  • hcp.manifest - holds information about web project files: their names (relative paths) and hashes.

deploy www files to BOS

$ bce hcp deploy [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to upload all www file to bos bucket.

Keywords

bce

FAQs

Package last updated on 14 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts