Skip to content

GregorBiswanger/rxjs-fruits-schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS-fruits Schematics

CircleCI

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!

About

Angular Schematics for rxjs-fruits.com 🏭

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published