Socket
Book a DemoInstallSign in
Socket

@github/cem-plugin-readme

Package Overview
Dependencies
Maintainers
20
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/cem-plugin-readme

A Custom Element Manifest plugin to generate a README for a Web Component

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
48
585.71%
Maintainers
20
Weekly downloads
 
Created
Source

@github/cem-plugin-readme

A Custom Element Manifest Analyzer plugin that generates a README.md for a Web Component.

Development

# install dependencies
npm install

# start local development
npm start

# run tests
npm test

TIP: When writing custom plugins, ASTExplorer is your friend 🙂

Usage

Install:

npm install --save-dev @github/cem-plugin-readme

Import

custom-elements-manifest.config.js:

import {readme} from '@github/cem-plugin-readme';

export default {
  plugins: [
    readme()
  ]
}

Keywords

custom-elements

FAQs

Package last updated on 15 Aug 2022

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