npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bce

v1.9.5

Published

A tool for creating and developing bce mobile app.

Downloads

37

Readme

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:

  • create project base template from: bce-app-base
  • install npm packages
  • add cordova plugins
    • cordova-hot-code-push-plugin
    • cordova-plugin-app-version
    • https://github.com/jianling/cordova-plugin-bdpush
    • cordova-plugin-compat
    • cordova-plugin-console
    • cordova-plugin-device
    • cordova-plugin-file
    • https://github.com/jianling/cordova-HTTP
    • https://github.com/jianling/cordova-plugin-inappbrowser
    • https://github.com/jianling/cordova-plugin-mtj
    • https://github.com/jianling/cordova-plugin-multiview
    • cordova-plugin-nativestorage
    • https://github.com/jianling/cordova-plugin-payment.git
    • cordova-plugin-splashscreen
    • cordova-plugin-statusbar
    • cordova-plugin-whitelist
    • ionic-plugin-keyboard
    • call-number
  • add iOS platform for application

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.