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

@reuters-graphics/kenobi

v0.1.1

Published

Helper for Reuters Graphics tools and prerequisites.

Downloads

11

Readme

Kenobi: Always with you

Kenobi is a helper to set up and change our graphics tools and prerequisites.

It's aimed at being a "fresh system setup" tool first, but will stay in the background to help out with future changes when needed.

First steps

  1. Download and Install 1Password from here: https://1password.com/downloads/mac/

  2. Get invited to our 1password team by contacting your editor.

  3. Set your TR email as your primary email on your github account. Then get added to our TR org Github by completing this form here.

  4. Create a personal access token on Github. Follow steps 2 and 3 here.

  5. Go into your 1password account, click on the Kenobi tag on the left, and download all four private files to your Downloads folder:

    • reuters-graphics-secrets.json
    • reuters-graphics-google.json
    • aws-credentials
    • aws-config
  6. Save the init.sh script from here file to your Downloads folder:

    • Click the "Raw" button to open the raw file.
    • Press Cmd + S and save the file to your Downloads folder
  7. Open your terminal and run the init.sh script using this command: bash ~/Downloads/init.sh

  8. The above script will:s

    • Install Homebrew
    • Install node
    • Install n, a node version manager.
    • Set your default node version to 14 (which is what our rig uses)
    • Install yarn
    • Install Kenobi
    • Install bluprint
  9. Now that you're setup with all Kenobi needs, you can run these commands:

    • kenobi setup-creds
    • kenobi setup-rig

Usage

Once you are through the "First steps" above, use the CLI commands as below:

  Description
    Kenobi: Reuters Graphics helper

  Usage
    $ kenobi <command> [options]

  Available Commands
    hello                     Say hello!
    setup-rig                 Setup our main graphics rig.
    update-server-password    Update graphics server password
    install-app               Installs the selected application on your Mac.
    setup-creds               Setup your credentials for accessing the graphics server and AWS bucket.

  For more info, run any command with the `--help` flag
    $ kenobi hello --help
    $ kenobi setup-rig --help

  Options
    -v, --version    Displays current version
    -h, --help       Displays this message