0.0.2 • Published 8 months ago

pg-essays v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

pg-cli

A dumb little cli tool for reading Paul Graham's (PG) essays in the terminal as markdown.

Usage

View all essays:

npx pg-essays list

Read an essay by slug:

npx pg-essays read greatwork

API

You can also access this data via API:

curl https://pg-essays.fly.dev/api/essays
curl https://pg-essays.fly.dev/api/essays/greatwork

Deploy to Fly

Host the Express API yourself on fly.io for free:

# Install fly cli
brew install flyctl
# Set up Docker image
fly launch
# Deploy app
fly deploy
# Open app in browser
fly open