npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

borsawy

v0.0.5

Published

Borsawy CLI command line interface

Downloads

5

Readme

Borsawy

Borsawy CLI command line interface

oclif Version Downloads/week License

Usage

$ npm install -g borsawy
$ borsawy COMMAND
running command...
$ borsawy (-v|--version|version)
borsawy/0.0.5 darwin-x64 node-v10.16.3
$ borsawy --help [COMMAND]
USAGE
  $ borsawy COMMAND
...

Commands

borsawy analytics:sma30

Sub-Command to control the Analytics SMA30 module

USAGE
  $ borsawy analytics:sma30

OPTIONS
  -h, --help  show CLI help

See code: src/commands/analytics/sma30.ts

borsawy analytics:time

Sub-Command to control the Analytics Time module

USAGE
  $ borsawy analytics:time

OPTIONS
  -h, --help  show CLI help

See code: src/commands/analytics/time.ts

borsawy api:stocks

Sub-Command to control the API Stocks module

USAGE
  $ borsawy api:stocks

OPTIONS
  -h, --help  show CLI help

See code: src/commands/api/stocks.ts

borsawy autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ borsawy autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ borsawy autocomplete
  $ borsawy autocomplete bash
  $ borsawy autocomplete zsh
  $ borsawy autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

borsawy function:load

Sub-Command to control the Function Load module

USAGE
  $ borsawy function:load

OPTIONS
  -h, --help  show CLI help

See code: src/commands/function/load.ts

borsawy function:save

Sub-Command to control the Function Save module

USAGE
  $ borsawy function:save

OPTIONS
  -h, --help  show CLI help

See code: src/commands/function/save.ts

borsawy function:start

Sub-Command to control the Function Start module

USAGE
  $ borsawy function:start

OPTIONS
  -h, --help  show CLI help

See code: src/commands/function/start.ts

borsawy help [COMMAND]

display help for borsawy

USAGE
  $ borsawy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

borsawy image:dockernode

Sub-Command to control the Dockernode module

USAGE
  $ borsawy image:dockernode

OPTIONS
  -h, --help  show CLI help

See code: src/commands/image/dockernode.ts

borsawy lib:time

Sub-Command to control the Time module

USAGE
  $ borsawy lib:time

OPTIONS
  -h, --help  show CLI help

See code: src/commands/lib/time.ts

borsawy module

Run a command inside a module

USAGE
  $ borsawy module

OPTIONS
  -h, --help  show CLI help

See code: src/commands/module.ts

borsawy stream:load

Sub-Command to control the Stream Load module

USAGE
  $ borsawy stream:load

OPTIONS
  -h, --help  show CLI help

See code: src/commands/stream/load.ts

borsawy stream:process

Sub-Command to control the Stream Process module

USAGE
  $ borsawy stream:process

OPTIONS
  -h, --help  show CLI help

See code: src/commands/stream/process.ts

borsawy stream:save

Sub-Command to control the Stream Save module

USAGE
  $ borsawy stream:save

OPTIONS
  -h, --help  show CLI help

See code: src/commands/stream/save.ts

borsawy table:price

Sub-Command to control the Table Price module

USAGE
  $ borsawy table:price

OPTIONS
  -h, --help  show CLI help

See code: src/commands/table/price.ts

borsawy table:ticker

Sub-Command to control the Table Ticker module

USAGE
  $ borsawy table:ticker

OPTIONS
  -h, --help  show CLI help

See code: src/commands/table/ticker.ts

borsawy ui:mobile

Sub-Command to control the Mobile module

USAGE
  $ borsawy ui:mobile

OPTIONS
  -h, --help  show CLI help

See code: src/commands/ui/mobile.ts