2.0.0 • Published 4 years ago

@lpcruz/dev-note v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Version Build Status

@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>
========================
2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago