codesandbox-importers icon indicating copy to clipboard operation
codesandbox-importers copied to clipboard

All importers & exporters for CodeSandbox

Results 60 codesandbox-importers issues
Sort by recently updated
recently updated
newest added

It would be super helpful to have the ability to not only import, but to export sandbox locally (a la git clone) by running `codesandbox `

I can't find any documentation on how to do it

I can see it is possible to add node module dependencies, but is it also possible to add external (non-npm) dependencies when creating sandboxes dynamically via the API?

I have a project on github https://github.com/edkalina/jsx-decorator-sandbox. It is ejected creater-react-app project with replaced babel config (It doesn't use create-react-app preset). Also it has patched babel packages in dependencies, specified...

I was wondering if there's a publicly accessible API based on the git-extractor package? Seems there's the [Define API](https://codesandbox.io/docs/importing#define-api) but it's a bit limited. I'm more interested in being able...

When I try to import **subdirectory** from github it says the *package.json* file doesn't exist. But directory has *package.json* ![image](https://user-images.githubusercontent.com/37661157/58366901-5298d580-7ee1-11e9-99fe-92b73e18c971.png)

On Windows Bash (WSL), after clicking yes to "We will open CodeSandbox" and then yes to "We will open CodeSandbox to finish the login process", it shows a link to...

Hi, I'm using the CLI and it gave me this error trying to import my project: > [error] This project is too big, it contains 595 files which is more...

Currently, when the template of a project cannot be inferred via a [big stack of conditions](https://github.com/codesandbox-app/codesandbox-importers/blob/079f9528017b2a73739f42ba29571f9f049c8119/packages/import-utils/src/create-sandbox/templates.ts#L78-L132), `create-react-app` is chosen as a default. https://github.com/codesandbox-app/codesandbox-importers/blob/079f9528017b2a73739f42ba29571f9f049c8119/packages/import-utils/src/create-sandbox/index.ts#L64 Particularly with the new server-side evaluation support,...