Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timdeschryver/rxjs-operator-counter
Count the number of RxJS operators used in an application
https://github.com/timdeschryver/rxjs-operator-counter
Last synced: 2 months ago
JSON representation
Count the number of RxJS operators used in an application
- Host: GitHub
- URL: https://github.com/timdeschryver/rxjs-operator-counter
- Owner: timdeschryver
- License: mit
- Created: 2018-12-22T09:00:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T10:23:51.000Z (almost 6 years ago)
- Last Synced: 2024-04-25T14:22:32.400Z (8 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rxjs-operator-counter
Count the number of RxJS operators used in an application.
## Usage
```bash
npx rxjs-operator-counter# or to define a tsconfig
npx rxjs-operator-counter -p ./project/tsconfig.json
```