Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 531 Bytes

delve-game

Solo Map-drawing game based on Delve.

Actions

yarn build - Builds the package, emitting .js and .d.ts files
yarn lint - Runs lint over the project source
yarn test - Runs all tests under the src/ directory
yarn publish - Bumps package version and publishes the package to NPM Registry

Toolchain

Uses @brisberg/cruft-typescript-pkg as a template for Toolchain configuration.

See that repo for a list of tools, documentation, and upgrade steps.