A CLI for [Linear](https://linear.app).
npm install @linear/cliA CLI for Linear.
``bash`
❯ npm i -g @linear/cli
lin has two commands: lin new to create issues and lin checkout to check out branches for issues you're currently working on.
`bash
Usage
❯ lin new
Description
Creates a new issue and copies its branch name to your clipboard
Options
--team Team identifier
--title Issue title
--description Issue description
`
`bash
Usage
❯ lin checkout
Description
Checkout an existing branch
``