@youwol/os-core
v0.2.1
Published
Core part of YouWol's Operating System.
Downloads
50
Readme
@youwol/os-core
Core part of YouWol's Operating System.
This library is part of the hybrid cloud/local ecosystem YouWol.
Links
Installation, Build, Test
To install the required dependencies:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To run tests:
yarn test
Coverage can be evaluated using:
yarn test-coverage
To generate code's documentation:
yarn doc