
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-rts-kit
Advanced tools
A simple project template for setting up a React, TypeScript, ESLint, Stylelint, and rsbuild environment quickly.
You can create a new project using this template with either npx or yarn.
npx:npx create-rts-kit my-app
cd my-app
npm install
yarn:yarn create rts-kit my-app
cd my-app
yarn install
Replace my-app with your desired project name.
Once the project is created, the folder structure looks like this:
my-app/
├── src/
│ ├── App.tsx
│ ├── index.tsx
├── tsconfig.json
├── eslint.config.mjs
├── rsbuild.config.ts
├── .stylelintrc.json
├── package.json
└── README.md
Inside your project, you can run the following scripts:
yarn dev - Starts the development server using rsbuild.yarn lint - Runs ESLint to lint the .ts and .tsx files.yarn lint:style - Runs Stylelint to check your styles.Feel free to customize the tsconfig.json, eslint.config.mjs, rsbuild.config.ts or .stylelintrc.json to fit your project’s needs.
This project is licensed under the MIT License.
FAQs
Template for React, TypeScript, ESLint, Stylelint and rsbuild.
We found that create-rts-kit 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.
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.