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

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/

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
```