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

https://github.com/dannypsnl-fork/racket-project

Racket Project template for myself
https://github.com/dannypsnl-fork/racket-project

racket template-project

Last synced: 3 months ago
JSON representation

Racket Project template for myself

Awesome Lists containing this project

README

          

# racket-project

[![Test](https://github.com/dannypsnl/racket-project/actions/workflows/racket-test.yml/badge.svg)](https://github.com/dannypsnl/racket-project/actions/workflows/racket-test.yml)
[![Coverage](https://badgen.net/https/dannypsnl.github.io/racket-project/coverage/badge.json)](https://dannypsnl.github.io/racket-project/coverage)

### How to use

```sh
# start replacing process, the script will ask some problems to make your project
./replace.sh

# commit
rm ./replace.sh && git add . && git commit -m "rename"
```