@serialized/create

A CLI for scaffolding Serialized projects using Typescript or Javascript

Usage no npm install needed!

<script type="module">
  import serializedCreate from 'https://cdn.skypack.dev/@serialized/create';
</script>

README

Node starter kit for Serialized

Bootstraps the creation of Serialized apps.

Usage

mkdir game-project
cd game-project
npm init @serialized -n game-project -a game typescript
npm install
npm run start