An open API service indexing awesome lists of open source software.

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

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`