Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorbiswanger/katadictionaryreplacer
https://github.com/gregorbiswanger/katadictionaryreplacer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregorbiswanger/katadictionaryreplacer
- Owner: GregorBiswanger
- Created: 2017-02-03T08:55:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T19:43:27.000Z (about 7 years ago)
- Last Synced: 2024-10-06T05:21:45.475Z (3 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! **