repoverlay 0.4.0

Overlay config files into git repositories without committing them
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "private": true,
  "type": "module",
  "scripts": {
    "check:policy": "repopo check",
    "fix:policy": "repopo check --fix"
  },
  "devDependencies": {
    "repopo": "^0.9.0"
  }
}