devtips-cli
Version:
CLI that shows daily productivity, Git, or coding tips
23 lines (22 loc) • 479 B
JSON
{
"name": "devtips-cli",
"version": "1.0.1",
"description": "CLI that shows daily productivity, Git, or coding tips",
"main": "bin/index.js",
"module": "mpopd",
"bin": {
"devtips": "./bin/index.js"
},
"keywords": [
"cli",
"developer",
"tips",
"git",
"productivity"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1"
}
}