This Angular Schematics is for the educational game RxJS-Fruits to add new exercises.
Create a new pull request from the RxJS-fruits project. Drag the project with Git Clone and install all necessary packages with npm install
.
Then you can add a new exercise with the following command:
ng generate rxjs-fruits-schematics:exercise --name=FanzyRxJSOperator
A spec file was created for your new exercise in the cypress/integration folder. Write a test to match your exercise. Important! New exercises will only be added if there is a test and they pass everything.
ng e2e
will run the unit tests.
Submit your pull request with a description to us. Important! There is no guarantee that we will use it.
That's it!