Note
This is a toy implementation
- Cmake
- GCC or Clang
git clone https://github.com/lovelindhoni/chadtpcd chadtp
mkdir build
cd buildcmake ..
cmake --build .Executable chadtp would be built
you can specify the directory in which site files are present
chadtp www
chadtp dist/The default argument is / which is relevant to the current directory where chadtp is present
MIT