A command line application for creating plain text notes
$ npm install -g cli-notes
$ notes COMMAND
running command...
$ notes (-v|--version|version)
cli-notes/0.0.0 darwin-x64 node-v14.15.5
$ notes --help [COMMAND]
USAGE
$ notes COMMAND
...
Describe the command here
USAGE
$ notes hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ notes hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
Display help for notes
USAGE
$ notes help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Create a new note
USAGE
$ notes create [TYPE]
ARGUMENTS
COMMAND Type of note to create. Accepts "meeting", "todo", or leave blank
OPTIONS
--project
You can run the CLI while developing, as follows:
$ ./bin/run help
This will run the help command directly, without needing to re-build and re-install the package.