You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

codesandbox

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codesandbox

The CLI used for communicating with CodeSandbox

2.2.3
latest
Source
npm
Version published
Weekly downloads
28K
6.17%
Maintainers
2
Weekly downloads
 
Created
Source

codesandbox-cli

Upload your 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 project
cd <path of your project>

# Deploy your project to CodeSandbox
codesandbox ./

Future features

  • 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

Inspiration

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

Keywords

codesandbox

FAQs

Package last updated on 28 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts