Global

Methods


npm run bench()

Will run benchmarks using karma
Source:

npm run build()

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

npm run build-style()

Build styles files from assets for dev and prod envs.
Source:

npm run build-style-dev()

Build less files from assets, and concat them into one file
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 using karma
Source:

npm run unit()

Will run unit tests using karma
Source:

npm run watch-style()

Add watcher to assets less/css files and run build-style on file change
Source: