Skip to content

pablopunk/weekly-linear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly updates from Linear

Generate a markdown document that lists what your team have acomplished last week and the plans for the next one.

Features

  • Markdown output
  • AI generated title for each issue
  • Lists all projects of the team
  • Lists all issues planned for the current cycle
  • Lists all issues done in the past cycle
  • Lists all bugs for the past week (using Triage)

Install deps

pnpm i

Setup env

cp .env.example .env

Now edit the .env file with your own values.

Develop

It will run the script on every file change

npx tsx watch index.ts

Use

npx tsx index.ts

Or if you want to copy the output to your clipboard:

npx tsx index.ts | pbcopy # macOS
npx tsx index.ts | xsel --clipboard --input # Linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published