~/projects cat projects.py
projects: list[Project] = [
Project("bulkyard", owner="jesse") typescript npm
# A Salesforce CLI plugin for bulk data operations. Pulls objects into a local SQLite stage so you can query, edit, transform and diff a load before executing.
Project("yellowstoneseahawkers.org", owner="jesse")
# Built and maintains the site for a Seahawks fan club in Montana.
Project("SOQL Lib", role="contributor")
# A query builder for Apex by Beyond the Cloud; I've contributed patches.
]