codesandbox-cli
Upload your create-react-app templates to codesandbox with a single command 🏖️
This is the command line interface for CodeSandbox, an online editor
tailored for web applications.
Quickstart
You can install the cli by running
npm i -g codesandbox
cd <path of your project>
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
Inspiration
I took a lot of inspiration from now-cli and preact-cli while building this.