Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorbiswanger/rxjs-fruits-schematics
Angular Schematics for rxjs-fruits.com 🏭
https://github.com/gregorbiswanger/rxjs-fruits-schematics
Last synced: about 2 months ago
JSON representation
Angular Schematics for rxjs-fruits.com 🏭
- Host: GitHub
- URL: https://github.com/gregorbiswanger/rxjs-fruits-schematics
- Owner: GregorBiswanger
- Created: 2020-04-01T19:16:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:57:03.000Z (about 2 years ago)
- Last Synced: 2024-11-02T09:31:57.767Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://github.com/GregorBiswanger/rxjs-fruits
- Size: 393 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RxJS-fruits Schematics
=======
[![CircleCI](https://circleci.com/gh/GregorBiswanger/rxjs-fruits-schematics.svg?style=svg)](https://circleci.com/gh/GregorBiswanger/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](https://github.com/GregorBiswanger/rxjs-fruits). 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:```bash
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!