
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
create-react-swc-app
Advanced tools
the cli command to create a react-swc template.
npx create-react-swc-app [project-name] -[flag]
you can use cli commands to create your own react application.
Usage: create-react-swc-app [options] [name]
create a project
Arguments:
name project name
Options:
-ts --typescript language
-js --javascript language
-h, --help display help for command
for example, i want to create a project named my-app
and i want to use typescript:
npx create-react-swc-app my-app -ts
⚛️ React With SWC ⚛️
✔ 🎉🎉🎉 succeed download template! 🎉🎉🎉
? 🤔 choose a package manager (Use arrow keys)
❯ npm
yarn
pnpm
you can just run npx create-react-swc-app
instead.
npx create-react-swc-app
? 🤔 project name? my-app
? 🤔 choose a template TypeScript
⚛️ React With SWC ⚛️
✔ 🎉🎉🎉 succeed download template! 🎉🎉🎉
? 🤔 choose a package manager (Use arrow keys)
❯ npm
yarn
pnpm
now, you can see the now folder in current working space.
then, you can select the package manager to download the dependencies.
? 🤔 choose a package manager pnpm
✔ 🎉🎉🎉 success download dependencies! 🎉🎉🎉
🚀 run: cd ./my-app && pnpm dev
if you see something like this, congratulations!
FAQs
terminal cli for swc-react-template
The npm package create-react-swc-app receives a total of 0 weekly downloads. As such, create-react-swc-app popularity was classified as not popular.
We found that create-react-swc-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.