New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@jarvis-catalyst/create-custom-app

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jarvis-catalyst/create-custom-app

A zero-dependency CLI to scaffold your custom React starter from a bundled template.

latest
npmnpm
Version
2.1.0
Version published
Maintainers
3
Created
Source

jarvis-quickstart

A zero-dependency CLI to scaffold your custom React starter from a bundled template.

Prerequisites

  • Node.js 20 or later

Usage

# using npx (no install required)
npx @jarvis-catalyst/create-custom-app my-app
  • <project-name> defaults to my-app if you omit it.

Example

npx @jarvis-catalyst/create-custom-app demo-app
# 📦 Scaffolding into "demo-app"…
# ✅ Done!

cd demo-app
npm install
npm run dev

IMPORTANT

Don't modify the files inside /core folder

FAQs

Package last updated on 04 Sep 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