fvsch / servitsy

Small, local HTTP server for static files
MIT License
3 stars 0 forks source link

Feature: nicer --help and logs with colors #3

Closed fvsch closed 2 months ago

fvsch commented 2 months ago

I don't want to introduce a dependency like chalk, but there are a few lightweight options:

  1. Liberally copy from kleur/colors(https://github.com/lukeed/kleur/blob/master/colors.mjs).
  2. Or use the new styleText API from node:util.
fvsch commented 2 months ago

Implemented in https://github.com/fvsch/servitsy/commit/e778a4b8aeb030357be82b08a06e09a056b258a3