tempx
Version:
Simple command line tool to create reusable templates to improve workflow
15 lines (14 loc) • 323 B
JSON
{
"name": "tempx",
"version": "1.0.0",
"description": "Simple command line tool to create reusable templates to improve workflow",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Isaac Na",
"license": "ISC",
"preferGlobal": true,
"bin": {
"tempx": "index.js"
}
}