Hacker News new | ask | show | jobs
by laander 3129 days ago
A few different tech projects that we consider open sourcing:

- A CLI release tool that properly ensures deps & CI are green, bumps version, creates Github release notes (with links to PRs) and notifies team. Is configurable to be used across projects (both backend and frontend).

- A deployment dashboard that shows what version or feature branch is deployed for each of our projects on our different envs (prod, staging, testing etc). Think a minimal matrix grid for easy overview.

- Elaborate bash script that helps setup all projects and dependencies local on new employees' machines. Onboarding was always a major hassle so we've tried to automate it as much as possible.