README
TsToolsCommon
TsToolsCommon is a private package providing common Typescript helper functions to the TsTools project.
How to install
npm install tstoolscommon
Building
TsToolsCommon depends on NPM as a package manager and Gulp 4 as a build tool. If you haven't already, you'll need to install both these tools in order to build TsHelpers.
Once Gulp is installed, you can build it with the following commands:
npm install
gulp build