Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jfoshee/try-cupcake


https://github.com/jfoshee/try-cupcake

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## Install required environment dependencies

```sh
pip install -r requirements-dev.txt
conan profile detect
conan remote add redirectory https://conan.jfreeman.dev
```

## Build

```sh
cupcake build
```

## Test

```sh
cupcake test
```

### Run

```sh
cupcake exe
```