$ cnpm install codesandbox
Upload your templates to codesandbox with a single command ????️
This is the command line interface for CodeSandbox, an online editor tailored for web applications.
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 ./
I took a lot of inspiration from now-cli and preact-cli while building this.
Copyright 2013 - present © cnpmjs.org | Home |