Fluentd logger for Pip.Services in Node.js
npm install pip-services3-fluentd-nodebash
npm install pip-services3-fluentd-node --save
`
Develop
For development you shall install the following prerequisites:
* Node.js 8+
* Visual Studio Code or another IDE of your choice
* Docker
* Typescript
Install dependencies:
`bash
npm install
`
Compile the code:
`bash
tsc
`
Run automated tests:
`bash
npm test
`
Generate API documentation:
`bash
./docgen.ps1
`
Before committing changes run dockerized build and test as:
`bash
./build.ps1
./test.ps1
./clear.ps1
``