2.0.0 • Published 6 years ago
@lpcruz/dev-note v2.0.0
@lpcruz/dev-note
A node binary that auto-generates notes for you in markdown.
Installation
$ npm install -g @lpcruz/dev-noteMaking 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>.mdThe markdown file will already have a template with the current date:
### Notes <MM-DD-YYYY>
========================