Proof of concept for connector architecture redesign
All source code is expected to be TypeScript and is placed in the src
folder. Tests are put in the test
folder.
The NPM package will not contain any TypeScript files (*.ts
) but will have typings and source maps.
clean
: Cleans the build folder and test outputbuild
: Build the projectlint
: Run the linter over the projecttest
: Run the unit tests and produce a code coverage reportdoc
: Build the docs