@inventsable/logman
v1.1.1
Published
Simple CLI tool for changelog creation
Downloads
1
Readme
Inventsable/logman
# install
npm install @Inventsable/logman
# usage
log
Logman prompts for any input, then updates a daily changelog kept in ./.logger/[DATE].md
. On adding any new lines, logman will reassemble a master changelog kept at ./CHANGELOG.md
with the results chronologically sorted.
Example output:
### 12.02.19
- **[05:41PM]** Did some more work just afterward
- **[05:40PM]** Did something at this time and date
12.02.19
- [05:41PM] Did some more work just afterward
- [05:40PM] Did something at this time and date