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

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.