Slide 31
Slide 31 text
エンジニアオンボーディングの改善例
lx.sh というシェルツールによって、開発環境構築や、開発に
関する支援を自動で行えるようにしている
./lx.sh
usage:
lx.sh [options]
commands:
bootstrap Launch setup scripts for setup local development
tools Install/Upgrade required tools in local machine
git Run git operations for all repositories
branch Print current branch name of all repositories
init Initialize local setup. It runs all without subcommands.
docker Start middlewares with docker compose
...
https://tech.layerx.co.jp/entry/2022/12/12/131507