https://github.com/gtramontina/sourcing
:paw_prints: Simple Event Sourcing
https://github.com/gtramontina/sourcing
Last synced: 3 months ago
JSON representation
:paw_prints: Simple Event Sourcing
- Host: GitHub
- URL: https://github.com/gtramontina/sourcing
- Owner: gtramontina
- License: unlicense
- Created: 2015-09-22T06:12:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T23:19:35.000Z (over 8 years ago)
- Last Synced: 2025-03-12T17:43:36.325Z (3 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:paw_prints: Sourcing :paw_prints:
Simple Event Sourcing.
### Contributing
```bash
$ make ?
make ? # This list
make all # Test and Lint
make clean # Remove all generated assets
make install # Install all required modules
make lint # Check for inconsistencies
make release # Release to NPM
make test # Run all tests - Opts: REPORTER=dot|spec COVERAGE=true
make test.watch # Run all tests and re-run them upon file changes```
---