Prs that we see, songs we don't know
$ npm install -g pvrns
export NODE_PATH="$(npm config get prefix)/lib/node_modules" // Add this into your profile
$ pvrns COMMAND
running command...
$ pvrns (-v|--version|version)
pvrns/0.2.0 darwin-x64 node-v8.10.0
$ pvrns --help [COMMAND]
USAGE
$ pvrns COMMAND
...
pvrns create-playlist [START-COMMIT] [END-COMMIT]
pvrns help [COMMAND]
pvrns install
pvrns set-credentials
creates a playlist with the music between and
USAGE
$ pvrns create-playlist [START-COMMIT] [END-COMMIT]
EXAMPLE
$ pvrns create-playlist 16c97ebcf6ce27bf23781e37515b6bd91a66fddf 724e9967c73ba42d0aab2fabd1a7c70590e62d5c
See code: dist/commands/create-playlist.ts
display help for pvrns
USAGE
$ pvrns help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
install the post-commit hook that saves the music metadata
USAGE
$ pvrns install
EXAMPLE
$ pvrns install
See code: dist/commands/install.ts
adds spotify application credentials
USAGE
$ pvrns set-credentials
EXAMPLE
$ pvrns login
See code: dist/commands/set-credentials.ts