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

@contrawork/linear-cli

v2.1.0

Published

An unofficial CLI tool for Linear

Downloads

17

Readme

Linear CLI

This is an unofficial CLI for Linear.

Commands

linear login

Authenticates the user using their personal API key. A new API key can be generated here. The API key is saved to the system keychain.

linear logout

Removes the API key from the keychain.

linear new

Creates a new issue. The following properties can be provided:

  • Team (select from list populated based on your organization's settings)
  • Title
  • Description
  • Labels (select from team-specific list based on your organization's settings)
  • Status (select from team-specific list based on your organization's settings)
  • Estimate (optional)
  • Checkout branch (if true, will create and checkout a new git branch using the generated branch name)

linear checkout

Create and checkout a new branch for a specific issue. Allows you to search for a specific issue by identifier or keywords.

linear status

Updates the status of an existing issue. The current git branch name is parsed to determine the issue to update; if the issue cannot be identified that way, you'll be prompted to search for the issue instead. The status is selected from a list specific to the team the issue belongs to.

linear clear

This tool leverages Linear's API to query data that is specific to your organization's settings, like its teams, labels and statuses. In order to provide a better developer experience, this data is cached locally. If any of these settings change in Linear, it's necessary to clear the cache so that fresh data can be fetched. This command clears that cache.

Note: You can run linear --help to see where the cache directory is located on your machine.