0.4.1 • Published 6 years ago

ppp-cli v0.4.1

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

This cli tool can help you:

  • Create daily PPPs
    • Each PPP is saved as: YYYY-MM-DD
    • When generating a new PPP, the previous PPP is used as a template
  • Create weekly PPPs
    • Each weekly PPP is saved as: weekly_YYYY-MM-DD_YYYY-MM-DD
    • When generating a new weekly PPP, all PPPs for the last week are merged into a template
  • Automatically post your PPP to a slack channel

Why

PPP is a great tool for boosting your productivity AND is a perfect fit for Slack daily updates.

Installation

npm install ppp-cli --global

You'll need Node 8+.

Configuration

Create a config file in ~/.pprc.json with the following values:

Example:

{
  "dirpath": "/path/to/PPP/directory",
  "token": "xoxp-12345",
  "channel": "C3N9KTFU5",
  "user": "alexishevia"
}

Usage

npx ppp-cli [options]

Your default editor ($EDITOR) will open for you to edit your PPP.

After saving & closing the editor, the PPP will be posted to the Slack channel you configured.

Options:

  • -w, --weekly Generate a weekly PPP (by default a daily PPP is generated).
  • -F <filename> Specifies an alternative configuration file. Default is ~/.pprc.json
0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago