Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:11 +08:00
commit 7b62b5a2eb
9 changed files with 1373 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "linear-cli",
"version": "0.1.0",
"description": "CLI for working with Linear issues",
"type": "module",
"scripts": {
"cli": "node scripts/linear-cli.js"
},
"dependencies": {
"@linear/sdk": "^62.0.0",
"dotenv": "^16.4.5"
}
}