Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 1.9.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc