Socket
Socket
Sign inDemoInstall

@blastlauncher/cli

Package Overview
Dependencies
64
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blastlauncher/cli

Blast CLI Tools


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@blastlauncher/cli

@blastlauncher/cli is a command line tool that used to build and publish Blast Launcher extensions.

I somehow discover that Raycast's extension build output are similar to esbuild's output, so I also use esbuild to bundle the extension and pkg to package the cli executable. Ray's CLI is way smaller, I guess their CLI is written in Go. 🤣

The publish command will upload the extension to npm registry(which is released under @blast-extensions for now).

Development

# Output single cjs file with esbuild
pnpm build

# Run the cli
node ./dist/index.cjs --help

# Package to cli executable with pkg
pnpm package

# Run the cli executable
./dist/cli-macos --help

Installation

npm

npm install -g @blastlauncher/cli

Help

Usage: blast [options] [command]

CLI for Blast Launcher

Options:
  -h, --help                               display help for command

Commands:
  publish [options] <path> <organization>  Publish extensions
  build [options] <path>                   Build extensions
  help [command]                           display help for command

FAQs

Last updated on 05 Apr 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc