hex-engine-scripts

This package provides a CLI for your Hex Engine game that can do the following:

Usage no npm install needed!

<script type="module">
  import hexEngineScripts from 'https://cdn.skypack.dev/hex-engine-scripts';
</script>

README

hex-engine-scripts

This package provides a CLI for your Hex Engine game that can do the following:

  • Run a development server
  • Make a production build of your code for distribution
  • Run your tests

It's automatically installed and set up when you use create-hex-engine-game.

Prior Work / Thanks

hex-engine-scripts is heavily inspired by, and uses some code from, react-scripts.