Skip to content

Commit

Permalink
doc: add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Dec 20, 2024
1 parent 1bfa9ab commit e667507
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions magicsdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Magic SDK

## Usage

:warning: This is experimental, for now it only supports `Go` project and `Dockerfile`.

```shell
# Go to your project root

# Init magicSDK
dagger init --sdk github.com/quartz-technology/daggerverse/magicsdk --name=test .

# Explore functions that are available
dagger functions
```

## Current integrations

### Docker

`dagger call docker build`: use your project Dockerfile to build a container and return it.

### Go

`dagger call go container`: creates a development environment for your project inside a container and return it.

0 comments on commit e667507

Please sign in to comment.