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

create-qbi-app

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qbi-app

Command line tool for developing component for Quick BI

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-46.67%
Maintainers
4
Weekly downloads
 
Created
Source

create-qbi-app

Quickly Create a Quick-BI custom component project.

Quick start

3 ways for you to getting start:

npm

npm init qbi-app my-app
cd my-app
npm i
npm run start

npx

npx create-qbi-app my-app
cd my-app
npm i
npm run start

yarn

yarn create qbi-app my-app
cd my-app
yarn
yarn start

Next step

Please refer to the documentation on how to develop Quick-BI custom components.

FAQs

Package last updated on 01 Feb 2023

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