@lpcruz/dev-note
v2.0.0
Published
A tool to let you take notes when you need a break from pushing commits. It's good to write things down.
Downloads
1
Readme
@lpcruz/dev-note
A node binary that auto-generates notes for you in markdown.
Installation
$ npm install -g @lpcruz/dev-note
Making a note
Once you've successfully installed globally, you'll have access to the dev-note
binary command. It will create a notes
directory in your current working directory along with a markdown file with the current date:
cwd/
├── notes/
├── <MM-DD-YYYY>.md
The markdown file will already have a template with the current date:
### Notes <MM-DD-YYYY>
========================