UNPKG

sort-files-cli

Version:

A CLI tool to sort files into predefined categories

32 lines (31 loc) 715 B
{ "name": "sort-files-cli", "version": "1.0.1", "description": "A CLI tool to sort files into predefined categories", "type": "module", "bin": { "sort-files": "./sort-cli.js" }, "keywords": [ "cli", "file-organizer", "sorting", "file-management" ], "author": "Tochukwu Nweke", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "fs-extra": "^11.3.0", "ora": "^8.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/nwekekent/sort-files-cli.git" }, "bugs": { "url": "https://github.com/nwekekent/sort-files-cli/issues" }, "homepage": "https://github.com/nwekekent/sort-files-cli#readme" }