@xkeshav/gh-repo-care
Advanced tools
Comparing version 2.2.0 to 2.2.3
{ | ||
"name": "@xkeshav/gh-repo-care", | ||
"version": "2.2.0", | ||
"version": "2.2.3", | ||
"private": false, | ||
@@ -17,3 +17,3 @@ "displayName": "github-repo-care", | ||
"type": "git", | ||
"url": "https://github.com/xkeshav/gh-repo-care.git" | ||
"url": "git+https://github.com/xkeshav/gh-repo-care.git" | ||
}, | ||
@@ -43,3 +43,3 @@ "author": { | ||
"bin": { | ||
"gh-repo-care": "./bin/health-check.js" | ||
"gh-repo-care": "bin/health-check.js" | ||
}, | ||
@@ -54,2 +54,3 @@ "files": [ | ||
"check": "prettier --check .", | ||
"test": "echo \"Error: no test specified\"", | ||
"clean": "rimraf dist", | ||
@@ -61,3 +62,3 @@ "prepublish": "npm run clean", | ||
"createdOn": "29 Sep 2024", | ||
"updatedOn": "09 Oct 2024" | ||
"updatedOn": "10 Oct 2024" | ||
}, | ||
@@ -71,3 +72,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"prettier": "3.3.3" | ||
"prettier": "3.3.3", | ||
"rimraf": "6.0.1" | ||
}, | ||
@@ -88,3 +90,6 @@ "browserslist": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} | ||
} |
@@ -14,2 +14,4 @@ # GitHub Repo Care | ||
[![Publish package to GitHub Packages](https://github.com/xkeshav/gh-repo-care/actions/workflows/publish.yml/badge.svg)](https://github.com/xkeshav/gh-repo-care/actions/workflows/publish.yml) | ||
<!-- --> | ||
@@ -21,3 +23,3 @@ | ||
![gh-repo-care demo gif](./src/assets/images/output.gif) | ||
![gh-repo-care demo gif](https://github.com/xkeshav/gh-repo-care/blob/main/src/assets/images/output.gif) | ||
@@ -90,6 +92,8 @@ ## What are Community Health Files? | ||
type _y_ on to continue on asking | ||
type _y_ to continue on asking | ||
then it will ask few questions and ask for your consent and then generate necessary health files. | ||
## Notes | ||
> [!NOTE] | ||
@@ -96,0 +100,0 @@ > if you have `.github` folder in your repo, then it will ask for a folder name, where it will generate the files, but later you have to move these files into `.github` folder, to make it useful. |
@@ -43,5 +43,3 @@ // @ts-nocheck | ||
const results = await replaceInFile(options); | ||
//console.log("Replacement results:", results); | ||
//console.log({ sourcePath, destinationPath }); | ||
console.log(`\n 🎊 health files generated successfully on ${userFolderName}`); | ||
console.log(`\n 🎊 community health files generated successfully at ${userFolderName}`); | ||
} catch (error) { | ||
@@ -48,0 +46,0 @@ console.error("Error occurred:", error); |
@@ -5,4 +5,8 @@ # Change Log | ||
## [0.0.1] | ||
## [2.0.0] | ||
- Initial release. | ||
## [2.2.0] | ||
- Added workflow |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
332745
126
2
189
1