Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
/ devnotes Public archive

Developer's tool to maintain personal notes about project from your CLI

License

Notifications You must be signed in to change notification settings

msmid/devnotes

Repository files navigation

Devnotes

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.

How to use

npm install -g @msmid/devnotes

in your project root:

devnotes init

Commands

init

  • creates empty devnotes.md in your current path
  • append devnotes.md to .gitignore

add

  • adds markdown element to devnotes.md
  • available subcommands h1, h2, h3, h4, h5, h6, p, a, check, li, br

help

  • sefl-explanatory

About

Developer's tool to maintain personal notes about project from your CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published