UNPKG

dev-diary

Version:

Developer Diary

16 lines (15 loc) 532 B
<h1>Utility for developers!</h1> <h2>How to install</h2> <code>npm -g install dev-diary</code> <br> <p>The utility is made for loging your actions, in diary style.</p> <br> <h2>How to use</h2> <code>dev-diary write</code> <p>Creates your Diary.json file and and promts you for your first entry!</p> <br> <code>dev-diary read</code> <p>Reads your last entry from the diary, and prints it in to console!</p> <br> <code>dev-diary readall</code> <p>Reads all entries from your diary, and prints it in console with format Date:Entry</p>