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 🙏

© 2025 – Pkg Stats / Ryan Hefner

sias

v1.0.4

Published

sias commands

Downloads

9

Readme

sias

sias commands

cli Version Downloads/week License

Usage

$ npm install -g sias
$ sias COMMAND
running command...
$ sias (-v|--version|version)
sias/1.0.4 linux-x64 node-v14.15.3
$ sias --help [COMMAND]
USAGE
  $ sias COMMAND
...

Commands

sias config:get

undefined

USAGE
  $ sias config:get

See code: src/commands/config/get.ts

sias config:set

undefined

USAGE
  $ sias config:set

See code: src/commands/config/set.ts

sias file:get

description file read json/csv

description file read json/csv

USAGE
  $ sias file:get

OPTIONS
  -h, --help                 desc -> for help
  -i, --inputfile=inputfile  desc -> enter file name to read
  -n, --name=name            desc -> enter name of file

See code: src/commands/file/get.ts

sias file:set

undefined

USAGE
  $ sias file:set

See code: src/commands/file/set.ts

sias git:commit [INPUT]

undefined

USAGE
  $ sias git:commit [INPUT]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/commit.ts

sias git:p

git push with promt commit message

git push with promt commit message

USAGE
  $ sias git:p

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/p.ts

sias git:pull [INPUT]

undefined

USAGE
  $ sias git:pull [INPUT]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/pull.ts

sias git:push

undefined

USAGE
  $ sias git:push

See code: src/commands/git/push.ts

sias goodbye

undefined

USAGE
  $ sias goodbye

See code: src/commands/goodbye.ts

sias hello [FILE]

describe the command here

describe the command here

USAGE
  $ sias hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ pith hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

sias help [COMMAND]

display help for sias

display help for <%= config.bin %>

USAGE
  $ sias help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sias ip [IPVERSION]

Get details of ip

Get details of ip

USAGE
  $ sias ip [IPVERSION]

ARGUMENTS
  IPVERSION  (v4|v6|v4sync|v6sync) [default: v4] ip version specify to get details

OPTIONS
  -h, --help  desc -> for help

See code: src/commands/ip.ts

sias localhost

undefined

USAGE
  $ sias localhost

OPTIONS
  -a, --app=app    desc -> enter browser name in which to open
                   ex -> -a=firefox || -a=chrome

  -h, --help       desc -> for help

  -p, --port=port  desc -> enter port number to open

See code: src/commands/localhost.ts

sias mongodb:check

undefined

USAGE
  $ sias mongodb:check

See code: src/commands/mongodb/check.ts

sias mysql:check

undefined

USAGE
  $ sias mysql:check

OPTIONS
  -d, --db=db        [default: crm]
  -h, --host=host    [default: localhost]
  -p, --pass=pass    [default: zudo]
  -q, --help         show CLI help
  -t, --table=table
  -u, --user=user    [default: zudo]

See code: src/commands/mysql/check.ts

sias os:info

undefined

USAGE
  $ sias os:info

See code: src/commands/os/info.ts

sias ssh:rsa

undefined

USAGE
  $ sias ssh:rsa

OPTIONS
  -e, --emai=emai  [default: [email protected]]
  -h, --help       show CLI help

See code: src/commands/ssh/rsa.ts

sias startServer

undefined

USAGE
  $ sias startServer

See code: src/commands/startServer.ts

sias