https://github.com/gregonnet/kata-text-wrap
https://ccd-school.de/coding-dojo/application-katas/textumbruch/
https://github.com/gregonnet/kata-text-wrap
angular kata nx typescript
Last synced: 19 days ago
JSON representation
https://ccd-school.de/coding-dojo/application-katas/textumbruch/
- Host: GitHub
- URL: https://github.com/gregonnet/kata-text-wrap
- Owner: GregOnNet
- Created: 2020-05-22T10:20:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:26:06.000Z (over 3 years ago)
- Last Synced: 2025-01-23T13:25:09.812Z (over 1 year ago)
- Topics: angular, kata, nx, typescript
- Language: TypeScript
- Size: 4.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kata Text Wrap
> https://ccd-school.de/coding-dojo/application-katas/textumbruch/
## Progress
- [x] Text Wrap Library
- [x] WebUI
- [ ] CLI
## Set up
```bash
yarn install
# start web ui
yarn start
# execute tests
yarn test --project text-wrap
# execute tests in watch mode
yarn test --project text-wrap --watch
```