Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 727 Bytes

functional-game-utils

This library is a collection of functional utilities that are useful for JavaScript game development.

Installation

npm install functional-game-utils

Documentation

Functional Game Utils is built on top of ramda.js, a functional JavaScript library. Ramda and Ramda-Adjunct are both peer dependencies of this project.

Learn More About Functional Game Utils

Development

To run this package's test suite once:

npm test

To run this package's test suite as you develop:

npm test -- --watch

To publish the latest version to NPM

  1. Update the package.json version
  2. Run npm publish