0.0.4 • Published 4 years ago
@maxhill/notes-cli v0.0.4
Notes-CLI
A set of simple cli commands to make it easier to use and create notes as .md files.
This is tested on Mac only
Installation
yarn global add @maxhill/notes-clior
npm install -g @maxhill/notes-cliNotes-cli uses ical-buddy to populate notes with meeting information. You need to install it separately. You can install it with homebrew:
brew install ical-buddyAnd make sure it works:
icalBuddy eventsTodayUsage
notes-cli new noteNameUsage: notes-cli [options] [command]
Options:
-h, --help display help for command
Commands:
new [options] [filename] Create a new note
meeting-note [options] Create a new meeting note
help [command] display help for command