Global

Methods


npm run bench()

Will run benchmarks
Source:

npm run build()

Will build itee client module using optional arguments. See help to further informations.
Source:

npm run build-test()

Will build itee client tests.
Source:

npm run clean()

Will delete builds and temporary folders
Source:

npm run doc()

Will generate this documentation
Source:

npm run help ()

Will display the help in console
Source:

npm run lint()

Will lint the sources files and try to fix the style when possible
Source:

npm run patch()

Will apply some patch/replacements in dependencies
Source:

npm run release()

Will perform a complet release of the library including 'clean', 'lint', 'doc', 'build-test', 'test' and finally 'build'.
Source:

npm run test()

Will run unit tests and benchmarks
Source:

npm run unit()

Will run unit tests
Source: