UNPKG

shall

Version:

Unix CLI and REPL for invoking shell scripts or commands with multiple POSIX-like shells for portability testing.

53 lines (52 loc) 1.1 kB
{ "name": "shall", "description": "Unix CLI and REPL for invoking shell scripts or commands with multiple POSIX-like shells for portability testing.", "private": false, "version": "0.2.8", "os": [ "!win32" ], "preferGlobal": true, "bin": { "shall": "bin/shall" }, "homepage": "https://github.com/mklement0/shall", "repository": { "type": "git", "url": "https://github.com/mklement0/shall" }, "bugs": { "url": "https://github.com/mklement0/shall/issues" }, "scripts": { "test": "make test" }, "keywords": [ "shell", "cross-shell", "test", "compatibility", "POSIX", "portable", "REPL", "CLI" ], "author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)", "license": "MIT", "net_same2u": { "make_pkg": { "tocOn": true, "tocTitle": "**Contents**", "manOn": true } }, "devDependencies": { "doctoc": "^0.14.2", "json": "^9.0.3", "marked-man": "^0.1.5", "replace": "^0.3.0", "semver": "^4.2.0", "urchin": "^0.0.5" }, "man": "./man/shall.1" }