bpanel-cli

v0.2.1
  • Types
  • ESM
  • CJS

CLI tool for building bpanel plugins

This package has been deprecated.

this package has been deprecated. Please use the scoped version @bpanel/bpanel-cli instead

License
MIT
Install Size
21 kB/-
Vulns
5
Published

Get started

$npm install bpanel-cli
$pnpm add bpanel-cli
$yarn add bpanel-cli
$bun add bpanel-cli
$deno add npm:bpanel-cli
$vlt install bpanel-cli
# Run locally
$npx bpanel-cli
$pnpm exec bpanel-cli
$npx bpanel-cli
$bunx bpanel-cli
$deno run npm:bpanel-cli
$vlx bpanel-cli

Readme

bPanel CLI

A simple CLI utility for use with bpanel

Installation

npm install -g bpanel-cli

Usage

Create a Plugin Boilerplate

The create command will walk you through the steps to create a plugin boilerplate.

In your terminal:

bpanel-cli create

Then just answer the questions.