Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@development-framework/dm-core-plugins

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@development-framework/dm-core-plugins

## How to add a new plugin

  • 1.57.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-77.78%
Maintainers
0
Weekly downloads
 
Created
Source

dm-core-plugins

How to add a new plugin

To add a new plugin to dm-core-plugins, a new folder with the new plugin's name must be added inside the dm-core-plugins/src folder.

The folder must at least include a nameOfPlugin.tsx file, where the main React component for the plugin should be placed. The type of the props to the plugin component should be IUIPlugin.

You should also add a README.md file that explains what the plugin does, and how to use it.

If the plugin requires any special blueprints, those should be added to the dm-core-plugins/blueprints/nameOfPlugin folder.

In order to make your plugin available to users that have installed the @development-framework/dm-core-plugins through npm, you must also add your plugin to the dm-core-plugins/src/index.tsx file.

FAQs

Package last updated on 26 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc