https://github.com/lewiscowles1986/npecl
Kicking the tyres of derickr google doc
https://github.com/lewiscowles1986/npecl
Last synced: 3 months ago
JSON representation
Kicking the tyres of derickr google doc
- Host: GitHub
- URL: https://github.com/lewiscowles1986/npecl
- Owner: Lewiscowles1986
- Created: 2024-01-13T15:12:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:27:19.000Z (over 1 year ago)
- Last Synced: 2025-03-06T14:55:05.358Z (3 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploration of NPecl
This is just a tyre kick on the NPecl defined at https://docs.google.com/document/d/1_N0E9xo3jn9aKrIZHIbTYaY5lXw71BpSO6-it4cRpDo/
I was trying to think about parsing this format and what such a tool would require.
I likely got a bit lost in PHP project setup and kicking the tyres of PEST
## Usage
```
composer install
vendor/bin/phpstan analyse
vendor/bin/pest --coverage tests
```