Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backbase

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbase

A tool for creating and developing Backbase Widgets and Modules.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-45.45%
Maintainers
1
Weekly downloads
 
Created
Source

BackBase-CLI

Backbase tool for widgets / modules

Information

nameversionnode
backbase0.0.3>= 0.10

Requirements

  • git
  • nodejs
  • bower

Install

npm i backbase -g 

Usage

Generate widget/module:

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

backbase generate <url>

Install bower dependencies:

arguments: NONE options: - v 'Verbose'

backbase install

Start local server: http://localhost:3000

arguments: NONE options: NONE

backbase start

Test:

arguments: NONE options: - w watch

backbase test

Configuration under the 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/"
    }
    ....    
}

TODO:


Commands

  • bb link (bower link specific modules)
  • bb docs (generate documentation)
  • bb import (import to portal)
  • bb bump (bump the verion)
  • bb package (generate a zip package from dist folder)

Keywords

FAQs

Package last updated on 01 Apr 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