Skip to content

SwiftToolkit/sake-sample

Repository files navigation

Demo Project Description

This project is a Swift implementation of cowsay.

It demonstrates how to use Sake to manage common workflows for such projects: code style checks, running tests, and building release artifacts.

To view the full list of available commands, run:

sake list

Each public command is fully self-contained and does not rely on any prior setup. It handles installing required tools and performs any necessary preparations automatically. This makes the project highly portable across different machines.

The project also showcases how Sake can be used in CI environments. In this case, it uses a GitHub Action to enforce code quality by running lint checks and tests through the setup-sake action.

To manage required dependencies, it uses mise, which is installed in a fixed version into a private directory within the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages