Skip to content

Commit

Permalink
Merge pull request #3 from greasify/feat/base-template
Browse files Browse the repository at this point in the history
feat: copy base files to templates
  • Loading branch information
crashmax-dev authored Feb 9, 2025
2 parents 8205807 + 98f4635 commit 501ae00
Show file tree
Hide file tree
Showing 23 changed files with 1,190 additions and 1,522 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
prefer-workspace-packages=true
auto-install-peers=true
save-exact=true
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "create-greasify",
"description": "Create a greasify userscript project.",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=20.12.0"
},
"bin": {
"create-greasify": "./dist/bin.js"
},
Expand Down Expand Up @@ -32,16 +35,12 @@
"devDependencies": {
"@crashmax/prettier-config": "5.0.2",
"@crashmax/tsconfig": "2.2.0",
"@octokit/types": "13.5.0",
"@types/minimist": "1.2.5",
"@types/node": "20.10.4",
"@types/node": "22.13.1",
"@types/prompts": "2.4.9",
"tsup": "8.2.4",
"typescript": "5.5.4"
"tsup": "8.3.6",
"typescript": "5.7.3"
},
"dependencies": {
"kolorist": "1.8.0",
"minimist": "1.2.8",
"prompts": "2.4.2"
}
}
Loading

0 comments on commit 501ae00

Please sign in to comment.