/createSandBox_CLI

CLI - create new codesandbox from github repo URL

Primary LanguageJavaScriptMIT LicenseMIT

# README.md for CLI App with Animated SVG Background

The CLI app, created with Node.js, elbow grease, and a dash of mental cobwebs, facilitates a seamless process for users. Simply paste a GitHub repo URL, and the app opens it in a new window within a Codesandbox.io development environment.

πŸš€ Quick Start

  1. Clone the repository.
  2. Install dependencies: npm install
  3. Run the CLI app: node app.js

🌐 How It Works

The app leverages Node.js and elbow grease to process user input. Upon pasting a GitHub repo URL, it dynamically generates a link to open the repo in Codesandbox.io. A new window is opened at the new link. Voila.

  • Share your MVP / POC with your team. πŸͺ— 🦿
  • Take advantage of automated deployments with the Codesandbox Netlify or Vercel integrations πŸͺ‚ πŸš€
  • Test Code School Student's work for MVP βœ… πŸ’―

πŸ› οΈ Technologies Used

  • Node.js
  • elbow grease
  • mental cobwebs πŸ•ΈοΈπŸ§ 

🌐 Sources

  1. youtube.com - How to animate an SVG with CSS
  2. stackoverflow.com - Include an SVG (hosted on GitHub) in MarkDown