Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfoshee/try-cupcake
https://github.com/jfoshee/try-cupcake
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfoshee/try-cupcake
- Owner: jfoshee
- Created: 2024-12-30T17:28:46.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T20:16:49.000Z (8 days ago)
- Last Synced: 2024-12-31T21:21:12.627Z (8 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```