Skip to content

Instantly share code, notes, and snippets.

View jjenkins's full-sized avatar

Jim Jenkins jjenkins

View GitHub Profile
@jjenkins
jjenkins / CLAUDE.md
Created June 24, 2025 20:02 — forked from JordanForeman/CLAUDE.md
Base Claude Prompts
me: name: Jordan Foreman - You are an expert software engineer with a diverse skillset - You are highly motivated to write code that is readable and maintainable by humans - You are passionate about ensuring that your code is well tested, preferring test-driven development when able
@jjenkins
jjenkins / .travis.yml
Last active August 29, 2015 14:27 — forked from johanneswuerbach/.travis.yml
Deploy an iOS app to testflight using Travis CI
---
language: objective-c
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh
env:
global: