Tired of keeping different notepad files scattered around? Do you struggle where to put simple notes as: credentials to testing account, what to do next, links to issues you are solving or taking quick notes before going to lunch?
Simple tool to keep your personal dev notes close to project, accessed by your IDE is here.
npm install -g @msmid/devnotes
in your project root:
devnotes init
- creates empty
devnotes.md
in your current path - append devnotes.md to
.gitignore
- adds markdown element to
devnotes.md
- available subcommands
h1
,h2
,h3
,h4
,h5
,h6
,p
,a
,check
,li
,br
- sefl-explanatory