1.0.0 • Published 8 years ago

alle-replace-transformer v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

alle-replace-transformer

Build Status npm version License

String replace transformer for Alle dependencies

During a alle-publish, pass the dependency through String#replace for the given pattern-replace(s) opts.

Installation

npm install --save alle-replace-transformer

Usage

.allerc:

{
  "transformers": {
    "alle-replace-transformer": {
      "pattern": "some-regexp",
      "replacement": "replace"
    }
  }
}

Author

© 2016 Tom Vincent git@tlvince.com (https://tlvince.com)

License

Released under the MIT license.