the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

add status badge

+3 -2
+2 -2
.github/workflows/ci.yml
··· 1 1 # Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions 2 2 3 - name: Tests 3 + name: ci 4 4 on: 5 5 push: 6 6 branches: 7 7 - main 8 8 jobs: 9 - lint: 9 + test: 10 10 runs-on: ubuntu-latest 11 11 steps: 12 12 - uses: actions/checkout@v3
+1
README.md
··· 8 8 [![deno module](https://shield.deno.dev/x/pocketenv)](https://deno.land/x/pocketenv) 9 9 ![deno compatibility](https://shield.deno.dev/deno/^1.37) 10 10 [![flakestry.dev](https://flakestry.dev/api/badge/flake/github/pocketenv-io/pocketenv)](https://flakestry.dev/flake/github/pocketenv-io/pocketenv) 11 + [![Tests](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml) 11 12 12 13 Pocketenv is a simple and lightweight tool to manage development workspace environments. It allows you to define and manage workspaces for your projects, and easily switch between them. 13 14