@oat-sa/tao-core-sdk
v3.6.0
Published
Core libraries of TAO
Maintainers
Readme
tao-core-sdk-fe
TAO Frontend Core SDK
Core libraries of TAO.
Install
npm i --save @oat-sa/tao-core-sdkDevelopment
Available scripts in the project:
npm run test <testname>: run test suitetestname(optional): Specific test to run. If it is not provided, all will be ran.HOST(optional environment variable, default: 127.0.0.1): Test server listen hostPORT(optional environment variable): Test server listen port
npm run test:keepAlive: start test servernpm run test:cov: start test servernpm run coverage: show coverage report in terminalnpm run coverage:html: show coverage report in browsernpm run test:dev: test in development mode (watch changes and source maps)npm run build: build for production intodistdirectorynpm run build:watch: same asbuild, but watch changesnpm run build:dev: watch changes and build with source mapsnpm run lint: check syntax of code
