Monorepo (via 📦 pnpm and 🔺 turbo) for tools I use frequently in various projects, people, and companies I work with.
Originally was all-in-one as @jeromefitz/codestyle
, these have been broken out for separate maintainability and ala-carte implementation.
Spoiler: They are opinionated, but can be overriden, extended, or ignored. 🙈
Built with radix-ui
and stitches
. A tree-shakeable design system that you can use as much of, or as little of, as you would like.
@jeromefitz/design-system
- 🏆 Major props to the
@radix-ui
team as this is 🍽️ of sorts. - 📘
Storybook
is included but not all the way there. May - 🚀 Code Example:
@jeromefitz/websites
- 🚀️ Live Example:
jeromefitzgerald.com
- 🏆 Major props to the
ccommit
- conventional commit generator that interprets commit types from
gitmoji
throughconventional-commits
- conventional commit generator that interprets commit types from
@jeromefitz/conventional-gitmoji
- Map
gitmoji
toconventional-commits
feat => ✨️
fix => 🐛️
ci => 👷️
fix-ci => 💚️
...
- Allows you to keep
semver
consistent by expanding both - You most likely do not need to use this, unless you are using this for your separate tooling. This is more of a configuration stop-gap for ...
- Map
@jeromefitz/semantic
- Automatic Semantic Versioning through
semantic-release
with support forgitmoji
.
- Automatic Semantic Versioning through
@jeromefitz/release-notes-generator
- You guessed it, a custom release-notes-generator.
- 📝 See the latest output at the releases page.
@jeromefitz/notion
- 🗃️ API (hyper-customized
@notionhq/client
) forNotion
- 🚀️ Live Example:
jeromefitzgerald.com
- 🗃️ API (hyper-customized
-
@jeromefitz/scripts
- scripts that are used to set up repos and for CI/CD
@jeromefitz/spotify
- 🧑🎤️ API to gather data on:
now-playing|top-artists|top-tracks
- 🖼️ Plus imagery customizations via plaiceholder
- 🚀️ Live Example:
jeromefitzgerald.com/music
- 🧑🎤️ API to gather data on:
- 🧰️
@jeromefitz/utils
- Scripts that are generically re-used throughout
next-notion
- Next.js implementation for
@jeromefitz/notion
- Next.js implementation for
@jeromefitz/dotfiles
: Separate from this repository- zsh + homebrew computer setup
@jeromefitz/git-cz
- cli prompt for (expanded) conventional commits and conventional branches as no one needs to remember all the different types
- 📝 Formats your commit message for you
- 🖲️ Integrate with your Issue Tracking System
- 🔢 Customize which commit types get which semver
- cli prompt for (expanded) conventional commits and conventional branches as no one needs to remember all the different types
- 📦
pnpm workspaces
-
GitHub Actions
for CI/CD- Plus release management through npm
- 🔺️
turbo
for monorepo management- cache: local / remote & team development
- cache: github actions
- 👷️
tsup
for typescript builds (w/ some config) - 🤖️
Renovate
for Patch + Minor Package Management - 🤖️
Kodiak
to “Automate (our) GitHub Pull Requests’ - 🤖️ Automatic
Semantic Versioning
w/Conventional Commits
- 😜️ Commits & Versioning (Release Notes) made more fun by a few of the packages in this repo
- ⚗️
**pull**
:- Branch(es):
main|canary|develop
- Script(s):
lint|test|build
- Branch(es):
- 🔀️
**push**
:- Branch(es):
main|canary|develop
(ci|feature|fix|refactor|release)/**
- Script(s):
lint|test|build|semantic-release
- Note(s):
[b]
necessary forsemantic-release
- Pre-relase branches (aka
!main
):- Handled in root
release.config
- Can be overriden in any package
- Handled in root
- Pre-relase branches (aka
[b]
necessary forbuild
when not onmain
- Branch(es):
- 🌃️
**weekly**
:- Branch(es):
main
- Script(s):
lint|test|build|semantic-release
- Note(s):
[b]
not necessary forsemantic-release
- Branch(es):
If you would like to opt-out of the git hooks
please look at .env.example
.
Normally, these would be opt-in and may change to that in the future.