A CLI that prints inspiring quotes from my Notion database.

v0.1.1 2021-07-13 13:27 UTC

This package is auto-updated.

Last update: 2024-05-13 20:04:12 UTC


README

A command-line app that prints inspiring quotes from my Notion database. This is intended only for my personal use.

Development setup

  • Install composer dependencies
    composer install
  • Test the commands
    ./quote <command>
  • This project uses Laravel Zero so check the docs for more info.

Publish updated version

  • Create new standalone app.
    php quote app:build quote
  • Push changes to GitHub
  • Draft new release
    • This will automatically publish an updated version on Packagist.

How to install as a composer package

  • Install composer package
    composer global require sajadtorkamani/quote
  • Run
    quote