Skip to content

Commit c3af64f

Browse files
committed
feat(rfc): add @astro-paper/cli
1 parent c863c82 commit c3af64f

File tree

2 files changed

+4158
-2010
lines changed

2 files changed

+4158
-2010
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"astro": "astro",
1111
"format:check": "prettier --check .",
1212
"format": "prettier --write .",
13-
"lint": "eslint ."
13+
"lint": "eslint .",
14+
"cli": "astro-paper"
1415
},
1516
"dependencies": {
1617
"@astrojs/rss": "^4.0.12",
@@ -27,6 +28,7 @@
2728
"tailwindcss": "^4.1.11"
2829
},
2930
"devDependencies": {
31+
"@astro-paper/cli": "0.2.0",
3032
"@astrojs/check": "^0.9.4",
3133
"@pagefind/default-ui": "^1.3.0",
3234
"@shikijs/transformers": "^3.7.0",

0 commit comments

Comments
 (0)