rxjs-fruits-schematics
v1.0.4
Published
A Angular schematics for create an exercise of rxjs-fruits.com.
Downloads
12
Maintainers
Readme
RxJS-fruits Schematics
This Angular Schematics is for the educational game RxJS-Fruits to add new exercises.
How can I create my own exercise?
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
Unit Testing with Cypress
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.
Publishing
Submit your pull request with a description to us. Important! There is no guarantee that we will use it.
That's it!