New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bb-lp-cli

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bb-lp-cli

A tool for creating and developing Backbase-Launchpad specific Widgets and Modules.

  • 1.0.0-alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
42
decreased by-41.67%
Maintainers
2
Weekly downloads
 
Created
Source

Backbase Launchpad-CLI development tool

=========

Backbase Launchpad tools for widgets / modules

Information

nameversionnode
bb-lp-cli1.0.0-alpha>= 0.10

Requirements

  • git
  • nodejs
  • bower
  • curl

Install

You can either install from NPM (stable) or install from Stash (experimental).

Install From NPM

npm i @backbase/bb-lp-cli -g 

Usage

Using bblp as binary.

Generate widget/module:

arguments: - url 'https://stash.backbase.com/scm/lp/widget-ng-template.git' options:

  • NONE
bblp generate <url>

Start local server: http://localhost:3000

arguments:

  • NONE

options:

  • NONE
bblp start

Test:

arguments:

  • NONE

options:

  • w --watch watch test files and source files
bblp test

Build:

arguments:

  • NONE

options:

  • - s --skipTests skips unit tests
bblp build

Register: Register bower package to registry endpoint

arguments:

options:

  • NONE
bblp register

Unregister: Unregister bower package to registry endpoint

arguments:

options:

  • NONE
bblp unregister

Configuration under the bower.json file

This is the default config structure if is not specified otherwise in bower.json file

"config": {
    "paths" : {
        "scripts": "./scripts",
        "docs": "./docs",
        "target": "./dist",
        "templates": "./templates",
        "styles": "./styles",
        "test": "./test",
        "index": "./index-dev.html"
    },

    "proxies": {
      "/api":  "http://localhost:3030/"
    }
    ....    
}

Keywords

FAQs

Package last updated on 24 Sep 2015

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