JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10589
  • Score
    100M100P100Q123857F

Replace text patterns with a given replacement.

Package Exports

  • broccoli-replace

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (broccoli-replace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

broccoli-replace

Replace text patterns with a given replacement.

Getting Started

npm install --save broccoli-replace

Usage

var replace = require('broccoli-replace');
tree = replace(tree, options);

Options

(Coming soon)

Release History

  • 2014-02-23   v0.0.2   Use Filter instead of Transformer.
  • 2014-02-22   v0.0.1   Initial version.

Task submitted by Ariel Falduto