bwplay-cli
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i bwplay-cli

Weekly Downloads

0

Version

1.1.0

License

GPL-3.0-or-later

Unpacked Size

371 kB

Total Files

10

Last publish

Collaborators

  • goakley