
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
create-catalyst-app
Advanced tools
Scaffold your Catalyst app swiftly with create-catalyst-app. This tool expedites the process by initializing your project with predefined configurations. To kickstart your project, execute the following command:
npx create-catalyst-app@latest
Upon execution, you'll be prompted to name your project. Once named, a template will be cloned into the specified directory.
✔ What is your project named? my-app
Next, select your preferred state management tool from the provided options.
? Choose state management: › - Use arrow-keys. Return to submit .
❯ Redux
Redux Toolkit (RTK)
None
Following your selection, a default template will be cloned into the directory, and all necessary packages will be installed.
Commence development by initiating the application in development mode with the following commands:
Navigate into the directory
cd my-app
For running the application in development mode, run:
npm run start
For a production build, change NODE_ENV to "production" in config/config.json, and then run :
npm run build
To serve the production build, execute:
npm run serve
Explore the complete documentation at https://catalyst.1mg.com.
FAQs
cli package to scaffold Catalyst application
We found that create-catalyst-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.