@serialized/create
v1.5.0
Published
A CLI for scaffolding Serialized projects using Typescript or Javascript
Downloads
3
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