New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cheese-grinder/stencil-custom-readme

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheese-grinder/stencil-custom-readme

Generate dustom readme docs for StencilJS

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source
stencil-logo

Stencil Custom Readme

A plugin for StencilJS to add generate custom readme


Install

npm install @cheese-grinder/stencil-custom-readme --save-dev

Usage

// stencil.config.ts

import { docsReadme } from '@cheese-grinder/stencil-custom-readme';
import { Config } from '@stencil/core';

export const config: Config = {
  outputTargets: [
    docsReadme()
  ]
};

Contributing

Thanks for your interest in contributing! Please take a moment to read up on our guidelines for contributing. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Keywords

FAQs

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

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