chore(npm): add github-codeowners cli

This commit is contained in:
Stefan Imhoff
2022-09-20 16:30:00 +02:00
parent de3cf675e3
commit b04f80332f

View File

@@ -30,6 +30,7 @@ npm install -g eslint-plugin-redux
npm install -g eslint_d # Like Eslint, but faster
npm install -g fast-cli # Test your download speed using fast.com ➜ fast
npm install -g gifify # Convert any video file to an optimized animated GIF
npm install -g github-codeowners # A CLI tool for working with GitHub CODEOWNERS
npm install -g glyphhanger # Your web font utility belt
npm install -g http-server # A simple zero-configuration command-line http server
npm install -g json-server # Small JSON file server for REST API mock ➜ touch db.json; json-server --watch db.json