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

broccoli-rm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-rm

`broccoli-rm` removes files.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Weekly downloads
 
Created
Source

broccoli-rm

broccoli-rm removes files.

Unlike other Broccoli file removing plugins, broccoli-rm works with folders.

Usage

var rm = require('broccoli-rm');
var html = rm([inputTree1, inputTree2], {
  paths: ['excluded-file', 'path/to/excluded-file', 'excluded-folder/']
});

rm(inputs, options)

inputs is an array of input Broccoli nodes.

options is an optional object specifying plugin options.

options.paths is an array of glob strings specifying the names of files to exclude.

License

Copyright 2016 Lehao Zhang. Released to the general public under the terms of the ISC license.

Keywords

FAQs

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