This library buildpack was generated with Angular CLI version 13.3.0.
The library code itself can be found in the projects/rxjs-supersets directory.
Angular CLI provides an easy way to setup the scaffolding for the generic rxjs-supersets Typescript library that just works out of the box.
This is both because I as the author am familiar with the Angular ecosystem, but also because it makes it easy to create a working NPM library.
I have tried to remove all unused Angular packages from the root package.json
in order to try to minimize the space used to build the rxjs-supersets
library.
Unfortunately it remains quite a large project to build this relatively small library.
Run npm run build
to build the project. The build artifacts will be stored in the dist/rxjs-supersets
directory.
Run npm run lint
to check the code with ESLint
Run npm test
to execute the unit tests via Karma.
Run npm run coverage
to execute the unit tests with code coverage via Karma.
Detailed coverage results can be found in the coverage/rxjs-supersets
directory.
Run npm run build-ci
for a full lint, unittest and coverage
To get more help on the Angular CLI use npx ng help
or go check out the Angular CLI Overview and Command Reference page.