An open API service indexing awesome lists of open source software.

https://github.com/calvin-ll/fwesh

Genewate unique `aloc?`s
https://github.com/calvin-ll/fwesh

racket

Last synced: 5 months ago
JSON representation

Genewate unique `aloc?`s

Awesome Lists containing this project

README

          

# fwesh

This package is a uwuified version of `fresh` in [cpsc411-pub](https://github.com/cpsc411/cpsc411-pub)

```racket
(require fwesh)

(fwesh 'hello)
;; => 'hewwo.1
```

## Installation

Run

```bash
raco pkg install https://github.com/Calvin-LL/fwesh.git
```