README.md
# CSDebug
[](https://github.com/CrazySquirrel/CSDebug)
[](https://codeclimate.com/github/CrazySquirrel/CSDebug)
[](https://codeclimate.com/github/CrazySquirrel/CSDebug/coverage)
[](https://codeclimate.com/github/CrazySquirrel/CSDebug)
[](http://crazysquirrel.ru/support/)
Class to extend the standard console.
## Build
The repository contains pre-compiled files, but if you want to add your
files and compile, then run the following commands in the repository folder.
* npm install
* npm run production
or
* npm run development
The build required NodeJs version 6 or higher.
```TypeScript
import CSDebug from "CSDebug.ts";
new CSDebug(true);
```
or
```JavaScript
let CSDebug = Debug("CSDebug.js");
new CSDebug(true);
```