very first commit message
üst
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.ts
0 → 100644
lib/src/LogServer.js
0 → 100644
lib/src/LogTypes.js
0 → 100644
lib/src/Logger.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nisanci", | ||
"version": "1.0.0", | ||
"description": "Nisanci is yet another logger", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "node tests/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"logger", | ||
"typescript", | ||
"javascript" | ||
], | ||
"author": "Ali GOREN", | ||
"license": "MIT" | ||
} |
src/LogServer.ts
0 → 100644
src/LogTypes.ts
0 → 100644
src/Logger.ts
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment