@rewrlution/devlog
v0.0.4
Published
CLI journaling tool built for developers
Maintainers
Readme
Devlog
devlog is a CLI journaling tool built for developers.
My daily routine:
devlog pull
devlog add
devlog pushUsage
To see all available options:
devlog -hTo create a journal for today:
# by default, create a new journal for today
devlog add [date]To view the content of a journal:
# by default, read the content of today's journal
devlog read [date]To sync among different devices
devlog sync # bidirectional
devlog pull # download
devlog push # upload