Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gregorbiswanger/katadictionaryreplacer


https://github.com/gregorbiswanger/katadictionaryreplacer

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript Coding Dojo - DictionaryReplacer Kata

This is a JavaScript/TypeScript exercise with Visual Studio Code.

## Installation

```
npm install
```

## Usage
- Open the project with Visual Studio Code
- Start the TypeScript-Compiler with [strg]+[shift]+[b]
- Start the Test-Runner with `npm test`
- Develop Step-by-Step the requirements from the test (from top to buttom)
- If you succeded this Kata,

## Tests

```
npm test
```

### Contributing
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the [Issues section](https://github.com/GregorBiswanger/json2ts/issues)).
Please make sure all commits are properly documented.

### License
MIT-licensed

** Enjoy! **