Skip to content

team-alembic/devpod-sprites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevPod Provider for Sprites.dev

A DevPod provider that creates and manages development environments on Sprites.dev.

Installation

From GitHub Release

devpod provider add github.com/team-alembic/devpod-sprites

From Local Source

Build the binary and add the local provider:

go build -o devpod-provider-sprites
devpod provider add .

Configuration

Option Required Description
SPRITE_TOKEN Yes Your Sprites.dev API token
AGENT_PATH No Path for the DevPod agent on the sprite (default: /tmp/devpod)

Set your token when adding the provider:

devpod provider add github.com/team-alembic/devpod-sprites
devpod provider set-options sprites -o SPRITE_TOKEN=your-token-here

Usage

devpod up my-workspace --provider sprites

Releasing

Push a version tag to trigger the GitHub Actions release workflow:

git tag v0.1.0
git push origin v0.1.0

This builds binaries for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, and windows/amd64, then publishes them as a GitHub release with a generated provider.yaml.

Licence

Copyright 2026 Alembic Pty Ltd

Licensed under the Apache License, Version 2.0. See LICENSE for details.

About

An experimental devpod provider for sprites.dev

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors