Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 319 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 319 Bytes

gladis-logger

N|Solid

A logger for node applications

Build setup to development

## install dependencies
$ npm install

#Tests
run the command:
npm test

#Build local
1- Update the version at package.json
2- run 'npm run build'

#todo
Make github tag work on release version;