README
beautiful-ipc
Notes
- rename Git hook
.husky/prepare-commit-msg.sampleto.husky/prepare-commit-msgif you want to use plaingit commitonly instead ofnpm run commit,git cz,git-czorcz
a simple server-client-ipc implementation based on node-ipc
<script type="module">
import beautilsIpc from 'https://cdn.skypack.dev/@beautils/ipc';
</script>
.husky/prepare-commit-msg.sample to .husky/prepare-commit-msg if you want to use plain git commit only instead of npm run commit, git cz, git-cz or cz