Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinyadapter/webgal_parser
WebGAL Parser: The Next Generation
https://github.com/tinyadapter/webgal_parser
Last synced: about 11 hours ago
JSON representation
WebGAL Parser: The Next Generation
- Host: GitHub
- URL: https://github.com/tinyadapter/webgal_parser
- Owner: tinyAdapter
- License: mpl-2.0
- Created: 2024-08-31T14:23:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:16:01.000Z (2 months ago)
- Last Synced: 2024-09-09T07:40:41.768Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGAL Parser: The Next Generation
## Development
### Run all tests
```sh
yarn test
```### Run a specific test
```sh
yarn test -t TEST_NAME
```### Trace the parsing process
Since this print a verbose test tree, we typically use for a specific test:
```sh
yarn test-trace -t TEST_NAME
```Or, if all tests are needed:
```sh
yarn test-trace
```