1
0
mirror of https://github.com/taigrr/catserver synced 2025-01-18 04:03:20 -08:00

Create README.md

This commit is contained in:
2020-06-21 16:02:52 -07:00
committed by GitHub
parent f90830e709
commit 2a3496bac3

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# catserver
Go server to serve concatenated files. Helpful for old-fashioned web development.
This project is meant to compile down to one binary which does one thing and does it well, following the Unix philosophy.
The goal is to offer a simpler alternative to one feature offered by GulpJS, Webpack, etc., namely, concatenating files and serving the result.