JSPM

  • Created
  • Published
  • Downloads 248687
  • Score
    100M100P100Q186350F
  • License MIT

foundation of any healthy brocfile

Package Exports

  • broccoli-stew

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-stew) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Broccoli Stew Build Status Build status Inline docs

Provides commonly used convenience functions for developing broccoli based build pipelines.

What's inside

Currently the following methods are available:

  • env - Conditionally runs a callback based upon the current environment.
  • mv - Moves an input tree to a different location.
  • rename - Renames files in a tree.
  • find - Match files in a tree.
  • map - Maps files, allow for simple content mutation.
  • log - Logs out files in the passed tree.
  • debug - Writes the passed tree to disk at the root of the project.
  • rm - Remove files from a tree.
  • afterBuild - Calls a callback function after the tree is read.
  • npm.main - Create a tree with Node module's main entry

Ok, but tell me more