mirror of
https://github.com/FullScreenShenanigans/ObjectMakr.git
synced 2026-04-28 13:00:13 -07:00
deeabb300ea2e274da97b78d482f6b50d5dccda7
ObjectMakr
An abstract factory for dynamic attribute-based JavaScript classes.
Build Process
ObjectMakr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install
gulp
Individual Gulp tasks
gulp dist- Compiles the source intodist/.gulp tsc- Runs the TypeScript compiler.gulp tslint- Runs TSLint.gulp test- Runs tests intests/.gulp watch- Runs thetscandtslinttasks when a source file changes.
Description
Languages
TypeScript
100%