Projects
Here are some projects I've been working on.
ReMake
A Modernised replacement for GNU Make. Uses a tasks.toml
file
instead of the traditional Makefile
. aims to be a simple task
runner.
Inert
Static assert server written in Node.js
Sysinfop
Sysinfop is a small utlity that collects information about your system and displays it in
a text banner in your terminal. The source code is available on Github and the program can be
installed via pip
.
React Base64
A little React component that can encode and decode strings into base64. It is written
in Typescript and can be installed from npm
or yarn
.