ntee
Version:
Portable Unix shell command 'tee', with some extras - read from standard input and write to standard output and files
33 lines (32 loc) • 812 B
JSON
{
"name": "ntee",
"version": "2.0.0",
"description": "Portable Unix shell command 'tee', with some extras - read from standard input and write to standard output and files",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo 'success' | node index.js .test.result && rm .test.result"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanmaric/ntee.git"
},
"keywords": [
"tee",
"cli",
"stdin",
"stdout",
"redirect",
"shell",
"redirection",
"npm",
"script"
],
"author": "Stefan Maric <me@stefanmaric.com> (https://www.stefanmaric.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanmaric/ntee/issues"
},
"homepage": "https://github.com/stefanmaric/ntee#readme",
"dependencies": {}
}