egoose
Helper classes and functions for Node.js 8+ written in TypeScript.
Install
Execute the following command from your project folder, where your package.json
file is stored:
npm install --save @egodigital/egoose
Documentation
API documentation can be found here.
Build
Module
First install all required node_modules
by executing
npm install
from module's folder.
Now, run TypeScript compiler by executing
rm -rf ./lib
tsc && tsc -d
from same folder.
Documentation
Execute
./node_modules/.bin/typedoc --out ./doc ./src/**
from module's root.
Tests
Run the following command
npm test
from module's folder.