https://github.com/wfz1/patterns-training
https://github.com/wfz1/patterns-training
functional-programming js oop patterns procedural-programming refactoring solid unit-tests
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wfz1/patterns-training
- Owner: WFZ1
- Created: 2024-10-13T11:09:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T09:09:56.000Z (5 months ago)
- Last Synced: 2025-01-25T09:18:29.011Z (5 months ago)
- Topics: functional-programming, js, oop, patterns, procedural-programming, refactoring, solid, unit-tests
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commands
- Install dependencies `npm i`
- Run linter: `npm run lint`
- Check TypeScript typings: `npm run types`
- Run automatic code style fix: `npm run fix`
- Run all tests: `npm t`