trivial-left-pad
Ports the functionality of the very popular left-pad from npm.
$ area51 add trivial-left-padCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-left-pad:some-function ...)