Skip to content
/ sidekick Public

🤖 An Elixir tool to run server operations in other environments (e.g. macOS)

License

Notifications You must be signed in to change notification settings

tuist/sidekick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sidekick

Sidekick

Sidekick is an Elixir application (daemon) for the Tuist server to run tasks (e.g. virtualized operation) in other environments. The server communicates with sidekick using the OTP protocol.

Usage

Add the dependency to your mix.exs file:

defp deps do
  [
    # Other dependencies
    {:sidekick, git: "https://github.com/tuist/sidekick.git", tag: "0.1", runtime: false}
  ]
end

Development

Setup

  1. Git clone the repo: [email protected]:tuist/sidekick.git.
  2. Install dependencies with mise install.
  3. Run the tests with mix test

About

🤖 An Elixir tool to run server operations in other environments (e.g. macOS)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published