1.1.0 • Published 2 years ago

bwplay-cli v1.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

bwplay-cli

npm version license github pages workflow

bwplay-cli is a set of tools for building javascript-based games. The tooling is designed to be minimal and flexible.

Check out the documentation for a full run-down of the features of this project.

Features

Quick-Start

The quickest, smallest possible project can be set up as follows:

npm i bwplay-cli
npm exec -- bwplay-cli new
echo 'console.log("Hello, World!")' > main.js
npm exec -- bwplay-cli serve

See the documentation's getting started guide for a more practical introduction to the tooling.

Projects Using bwplay-cli