UNPKG

snippet-manager

Version:

Snippet Manager is a simple **command-line tool** for managing code snippets, similar to a **mini Git** for your snippets. You can easily add, list, update, delete, and inject snippets into files. This tool helps you keep your code snippets organized and

38 lines (37 loc) 853 B
{ "name": "snippet-manager", "version": "2.1.1", "description": "", "main": "index.js", "type": "module", "bin": { "snippet-manager": "src/index.js", "snip": "src/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node src/index.js" }, "keywords": [ "snippets", "code", "management", "cli", "git", "snippet-manager" ], "author": "Sahil Tyagi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SahilTyagii/snippet-manager.git" }, "homepage": "https://github.com/SahilTyagii/snippet-manager.git", "dependencies": { "chalk": "^5.3.0", "figlet": "^1.8.0", "inquirer": "^8.2.6", "inquirer-file-tree-selection-prompt": "^2.0.5", "lowdb": "^3.0.0" } }