Codesandboxer (v1.0.3) is a utility to fetch files from a Git repository (GitHub or Bitbucket) and generate a CodeSandbox. It automatically resolves relative imports and extracts external dependencies from the package.json, producing a sandbox ID/URL. The release cadence is low; the package is stable but no longer actively maintained. It differs from manual sandbox creation by automating dependency discovery and file fetching.
npm install codesandboxerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetches files from a GitHub repository, finalizes them for CodeSandbox, and uploads to get a sandbox ID and URL.
Run 'npm install node-fetch'.
Ensure examplePath does not start with '/' or './' and is relative to git root.
Add branch: 'main' to gitInfo.
Use 'import { fetchFiles } from 'codesandboxer''.Install node-fetch with 'npm install node-fetch'.