Socket
Book a DemoInstallSign in
Socket

@blessed/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blessed/cli

A CLI to create / scaffold blessed apps

1.2.2
latest
Source
npmnpm
Version published
Weekly downloads
12
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

blessed-cli

Build and Deploy semantic-release npm version

A CLI to create / scaffold blessed apps with conventional folder structure and project setup.

Features:

  • Project scaffolding
  • Theming setup implemeted by default
  • Generate commands for pages and widgets
  • Conventional project structure with linting enabled

Install

npm install -g @blessed/cli

Usage

To open a wizard UI

blessed

Create a new blessed CLI project

blessed new <project-name>

Example:

blessed new my-awesome-cli

Create a new page in the CLI

cd my-awesome-cli
blessed page <page-name>

For example, if you want to create a page named home

blessed page home

You can also use the alias p for creating pages

blessed p home

Create a new blessed widget inside the project

blessed widget <widget-name>

By default, this will create a Box widget. You can also pass the --type option to specify the type of the widget.

blessed widget <widget-name> --type list

You can also use the alias w to create a widget

blessed w hello-world --type list

List of widgets available

  • bigtext
  • box
  • list
  • listbar
  • listtable
  • loading
  • log
  • message
  • prompt
  • question
  • table
  • text

Help

blessed <command> <params> <options>

Commands:
  blessed new [project-name]    Create a new blessed project
  blessed page [page-name]      Create a new page component         [aliases: p]
  blessed widget [widget-name]  Create a new blessed widget         [aliases: w]

Options:
      --version  Show version number                                   [boolean]
      --help     Show help                                             [boolean]
  -d, --dry-run  Dry Run: Verify the command without executing         [boolean]

For more information, see https://github.com/terminal-junkies/blessed-cli

Projects created with blessed-cli

  • ember-cli-next
  • ember-app-explorer
  • ember-observer-cli
  • nvm-tui
  • npmx

Keywords

blessed

FAQs

Package last updated on 21 Dec 2020

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.