devtips-cli
Version:
CLI that shows daily productivity, Git, or coding tips
13 lines (12 loc) โข 735 B
JSON
[
"๐ก Use `git stash` to temporarily save work without committing.",
"๐ Use `npx` to run CLI tools without installing them globally.",
"๐งน Use `.gitignore` to avoid pushing unnecessary files to your repo.",
"๐ Write clear commit messages: Start with a verb, be concise.",
"๐ Use `git rebase -i` to clean up your commit history.",
"๐ป Use `htop` or `nmon` to monitor system performance on Linux.",
"๐งช Write tests while coding, not after. Test-driven saves time later.",
"๐ Use `.env` files to manage environment variables locally.",
"๐ง Use feature flags to safely roll out features.",
"๐ฆ Keep dependencies updated regularly to avoid security issues."
]