You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

create-rstack

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rstack

Create a new Rstack project

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
15K
47.97%
Maintainers
1
Weekly downloads
 
Created
Source

rsbuild-plugin-example

rsbuild-plugin-example is a Rsbuild plugin to do something.

npm version license

Usage

Install:

npm add rsbuild-plugin-example -D

Add plugin to your rsbuild.config.ts:

// rsbuild.config.ts
import { pluginExample } from "rsbuild-plugin-example";

export default {
  plugins: [pluginExample()],
};

Options

foo

Some description.

  • Type: string
  • Default: undefined
  • Example:
pluginExample({
  foo: "bar",
});

License

MIT.

FAQs

Package last updated on 29 Aug 2024

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