Utilities to improve the aesthetics of your favourite phrases with automatic space insertion (ASI).
$ echo 'AESTHETIC' | spaced
A E S T H E T I C
$ echo 'AESTHETIC' | spaced 2 lower
a e s t h e t i c
import (
"github.com/72636c/hyperspaced"
)
hyperspaced.One("AESTHETIC")
// A E S T H E T I C
hyperspaced.LowerN("AESTHETIC", 2)
// a e s t h e t i c
Builds and releases are automated with Drone, which is impressively "powered by blazing fast bare-metal servers", and more importantly "written in Go".
./scripts/build-package.sh
./scripts/lint-test.sh
This is a shameless rip-off of https://www.npmjs.com/package/letter-spacing.