linhe0x0 / tee

Linux tee command for web debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tee

Linux tee command for web debug

How to run

  • npm run dev: Start a server in development with the fancy logging reporter.
  • npm start: Start a server in production with the json logging reporter.

Play with docker

docker build -t tee .
docker run -d --name tee-debug -p 3000:3000 tee

sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree

About

Linux tee command for web debug

License:MIT License


Languages

Language:JavaScript 95.1%Language:Dockerfile 4.9%