ai-renamer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "GPL-3.0", | ||
"name": "ai-renamer", | ||
"main": "./src/index.js", | ||
"bin": { "ai-renamer": "./src/index.js" }, | ||
"description": "A Node.js CLI tool that uses Ollama models (Llama, Gemma, Phi etc.) to intelligently rename files in a specified directory", | ||
@@ -12,5 +13,2 @@ "author": { | ||
}, | ||
"devDependencies": { | ||
"standard": "^17.1.0" | ||
}, | ||
"dependencies": { | ||
@@ -21,2 +19,5 @@ "ollama": "^0.5.2", | ||
}, | ||
"devDependencies": { | ||
"standard": "^17.1.0" | ||
}, | ||
"keywords": [ | ||
@@ -23,0 +24,0 @@ "ai", |
@@ -5,2 +5,5 @@ # ai-renamer | ||
[![npm](https://img.shields.io/npm/v/ai-renamer.svg?style=flat-square)](https://www.npmjs.com/package/ai-renamer) | ||
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ozgrozer/ai-renamer/blob/main/license) | ||
## Usage | ||
@@ -24,4 +27,8 @@ | ||
## Contribution | ||
Feel free to contribute. Open a new [issue](https://github.com/ozgrozer/ai-renamer/issues), or make a [pull request](https://github.com/ozgrozer/ai-renamer/pulls). | ||
## License | ||
[GPL-3.0](https://github.com/ozgrozer/ai-renamer/blob/main/license) |
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
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
43607
33