A CLI that prints inspiring quotes from my Notion database.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/sajadtorkamani/quote

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

This package is auto-updated.

Last update: 2025-10-13 23:02:44 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