@fosscord/fosscord-server-util

Utility functions for the all server repositories

Usage no npm install needed!

<script type="module">
  import fosscordFosscordServerUtil from 'https://cdn.skypack.dev/@fosscord/fosscord-server-util';
</script>

README

server-util

add to package.json:

"start": "npm run build:util && npm run build && node dist/",
"build": "tsc -b .",
"build:util": "tsc -b ./node_modules/fosscord-server-util/"