Skip to content

Upload your create-react-app templates to codesandbox with a single command 🏖️

License

Notifications You must be signed in to change notification settings

processors/codesandbox-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codesandbox-cli

Upload your create-react-app templates to codesandbox with a single command 🏖️

Build Status

This is the command line interface for CodeSandbox, an online editor tailored for web applications.

Quickstart

You can install the cli by running

# Install the cli
npm i -g codesandbox

# Go to your `create-react-app` project
cd <path of your project>

# Deploy your project to CodeSandbox
codesandbox ./

Future features

  • Upload public assets to CodeSandbox
  • Add more supported templates
  • Create a live connection with CodeSandbox using websockets so you can use your local editor

Current limitations

  • You need to be signed in to deploy, this is to prevent abuse
  • You can only deploy create-react-app templates
  • Static file hosting is not supported
    • This means that public and binary files cannot be uploaded

Inspiration

I took a lot of inspiration from now-cli and preact-cli while building this.

About

Upload your create-react-app templates to codesandbox with a single command 🏖️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%