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

broccoli-styledown

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-styledown

Broccoli plugin for creating styledown html from css markup

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

broccoli-styledown

Broccoli plugin for generating styleguide HTML with Styledown

This code is based heavily on broccoli-less-single

Installation

npm install --save-dev broccoli-styledown

Usage

var compileStyledown = require('broccoli-styledown');

var outputTree = compileStyledown([inputTrees], options)
  • inputTree: An array of nodes, ['styles', 'styleguide']. Only CSS-like files and your config MD file will be passed to Styledown.
  • options: Hash of options
    • configMd: (Default: config.md) Styledown config markdown file. Path relative to any inputNode. NOTE: If there are multiple config files with the same name in different inputNodes, bad things will probably happen.
    • destFile: File to output generated styleguide HTML in build directory.
    • styledown: A hash of options for Styledown.parse

Development

Tests

npm install
npm test

License

MIT

Keywords

FAQs

Package last updated on 01 Apr 2016

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