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

onu

v0.4.0

Published

Onu CLI

Downloads

8

Readme

Onu CLI

Usage

$ npm install -g onu
$ onu COMMAND
running command...
$ onu (--version|-v)
onu/0.4.0 linux-x64 node-v16.20.1
$ onu --help [COMMAND]
USAGE
  $ onu COMMAND
...

Commands

onu account switch

manage the current account

USAGE
  $ onu account switch

DESCRIPTION
  manage the current account

EXAMPLES
  $ onu account switch

onu configure

configure the CLI for your project

USAGE
  $ onu configure

DESCRIPTION
  configure the CLI for your project

EXAMPLES
  $ onu configure

See code: dist/commands/configure.ts

onu deploy

deploy your Onu tasks

USAGE
  $ onu deploy

DESCRIPTION
  deploy your Onu tasks

EXAMPLES
  $ onu deploy

See code: dist/commands/deploy.ts

onu dev [-p <value>]

run a local dev studio [experimental 🧪]

USAGE
  $ onu dev [-p <value>]

FLAGS
  -h, --help              Show help
  -p, --port=<value>      [default: 3000] Port to run on
  -t, --tsconfig=<value>  [default: ./tsconfig.json] Path to a custom tsconfig file
  --install-deps          Re-install the studio app dependencies

DESCRIPTION
  run a local dev studio [experimental 🧪]

EXAMPLES
  $ onu dev -p 8000

See code: dist/commands/dev.ts

onu help [COMMANDS]

Display help for onu.

USAGE
  $ onu 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 onu.

See code: @oclif/plugin-help

onu init

initialize an onu/ directory within the current project

USAGE
  $ onu init -l <value>

FLAGS
  -l, --language=<value>  (required) The language to generate files in

DESCRIPTION
  initialize an `onu/` directory within the current project

EXAMPLES
  $ onu init -l typescript

See code: dist/commands/init.ts

onu sos

display contact information for the Onu team

USAGE
  $ onu sos

DESCRIPTION
  display contact information for the Onu team

EXAMPLES
  $ onu sos

See code: dist/commands/sos.ts

onu template template-name [-l <value>]

use a task template to create a new task

USAGE
  $ onu template template-name [-l <value>]

ARGUMENTS
  TEMPLATEID  The ID of the template to download

FLAGS
  -l, --language=<value>  [default: typescript] The coding language of the template

DESCRIPTION
  use a task template to create a new task

EXAMPLES
  $ onu template template-name --language=typescript

See code: dist/commands/template.ts

onu whoami

show the org you are currently logged in as

USAGE
  $ onu whoami

DESCRIPTION
  show the org you are currently logged in as

EXAMPLES
  $ onu whoami

See code: dist/commands/whoami.ts