Skip to content

A collection of useful scripts to help you develop Incremental Games

Notifications You must be signed in to change notification settings

iain3000/igt-library

 
 

Repository files navigation

igt-library

A collection of useful scripts to help you develop Incremental Games.

Please visit the actual Docs here

Requirements

Project setup

npm install

Run all tests

npm run test

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deploy to npm

npm run semantic-release

Troubleshooting

.flat is not a function

If you get the following error

Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function

This is caused by not having Nodejs >= v12.13.0. Please update your node version.

About

A collection of useful scripts to help you develop Incremental Games

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • JavaScript 1.0%