You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-hyper-dart

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hyper-dart

A test template for scaffolding projects

1.0.4
latest
npmnpm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

create-hyper-dart

A lightweight scaffolding CLI to quickly set up a standalone hyperDart component!

✨ Features

  • 📦 React Framework
  • 🔤 Supports JavaScript and TypeScript
  • ⚡ Choose between Vite or Rollup setups
  • ♻️ Built-in HMR (Hot Module Replacement) for Vite
  • 🧩 Simple CLI with interactive prompts
  • 🧼 Initializes a clean project structure
  • 🎨 Customizable templates

🚀 Usage

You can use this tool to quickly setup your React sandbox project.

Create a new project

npm create hyper-dart@latest <component-name>

📦 Available Templates

Template NameDescription
react-viteReact with JavaScript + Vite
react-jsReact with JavaScript + Rollup
react-tsReact with TypeScript + Rollup

🧪 After Scaffolding the Project

You can run the following commands depending on the template you selected:

For react-vite:

cd <component-name>
npm install
npm start

For react-js or react-ts (Rollup):

cd <component-name>
npm install
npm start

cd  sandbox
npm install
npm start

Happy coding! 🚀

FAQs

Package last updated on 30 May 2025

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