UNPKG

git-unsaved

Version:

Scan your projects directory for dirty git repositories.

79 lines 1.78 kB
{ "bin": { "git-unsaved": "bin/git-unsaved.js" }, "name": "git-unsaved", "description": "Scan your projects directory for dirty git repositories.", "keywords": [ "git", "unsaved", "list", "the", "repositories", "from", "a", "folder", "which", "have", "work" ], "license": "MIT", "version": "1.0.9", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "homepage": "https://github.com/IonicaBizau/git-unsaved#readme", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/git-unsaved.git" }, "bugs": { "url": "https://github.com/IonicaBizau/git-unsaved/issues" }, "blah": { "ex_img": "https://i.imgur.com/2LhUtwg.gif", "description": [ { "h2": "Features" }, { "ul": [ ":rocket: Very fast–gives feedback while scanning the directories.", ":zap: Clean output", ":tokyo_tower: Checks if the local commits/branches are pushed to the remote", ":eyes: Detects uncommited changes (new files, modified, deleted etc)", ":dizzy: Lovely output" ] } ] }, "dependencies": { "bug-killer": "^4.3.0", "color-it": "^1.2.7", "couleurs": "^6.0.6", "git-repos": "^1.2.5", "git-state": "^4.0.0", "git-status": "^1.0.4", "ora": "^0.4.1", "tilda": "^4.4.4" } }