4.0.0-beta.1 • Published 4 years ago

tstoolscommon v4.0.0-beta.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

npm version Build Status

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