Socket
Book a DemoInstallSign in
Socket

todo-linear-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

todo-linear-cli

Convert TODOs to Linear tickets

1.1.0
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

todo-linear-cli

CLI to turn your TODOs into Linear issues/tickets.

Why?

TODOs can clutter your codebase and hinder your productivity. With todo-linear-cli, you can easily upload and organize your TODOs without installing an IDE-specific plugin.

Installation

With NPM: npm i -g todo-linear-cli

With Yarn: yarn global add todo-linear-cli

Usage

1. Write some code

// TODO: Refactor foo algorithm
function foo() {
  // TODO: Pick more descriptive name for bar
  const bar = '...';
}

// TODO: Implement baz function
function baz() {}

2. Convert TODOs to issues

Run todo-linear-cli convert to turn your TODOs into issues. This command will only find TODOs located in your current working directory. Generated files such as node_modules are ignored and will not be searched.

You will be prompted to sign in via Linear OAuth, then you will be able to pick the team in Linear you want issues to be created in.

Once you've completed the steps above, the issues will be automatically created for you in Linear.

Available options

  • -e or --extensions: Specify file extensions to search with regex format. Example: todo-linear-cli convert -e ".js|.html". Defaults to .js and .ts files.
  • -o or --omit: Omit files by name with regex format. Example: todo-linear-cli convert -o ".next". Defaults to node_modules.

Keywords

CLI

FAQs

Package last updated on 15 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.