New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@pooong/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pooong/cli

Official command line interface for pooong sass

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

  • Usage
  • Commands

Usage

$ npm install -g @pooong/cli
$ pooong COMMAND
running command...
$ pooong (--version)
@pooong/cli/0.0.3 darwin-arm64 node-v20.2.0
$ pooong --help [COMMAND]
USAGE
  $ pooong COMMAND
...

Commands

pooong compile ENTRY

Say hello

USAGE
  $ pooong compile ENTRY [-o <value>]

ARGUMENTS
  ENTRY  Script entrypoint

FLAGS
  -o, --out=<value>  path where to write the worker

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/compile/index.ts

pooong help [COMMANDS]

Display help for pooong.

USAGE
  $ pooong help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for pooong.

See code: @oclif/plugin-help

pooong register TOKEN

Say hello

USAGE
  $ pooong register TOKEN

ARGUMENTS
  TOKEN  auth token

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/register/index.ts

Keywords

oclif

FAQs

Package last updated on 21 Jul 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