New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

brp-template

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brp-template

> `thanks {president}` + `{president: 'Obama'}` = `thanks Obama`

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

brp-template

thanks {president} + {president: 'Obama'} = thanks Obama

circle-ci dependencies dev-dependencies code-climate js-standard-style

Applies string-template to the files in your pipeline.

Install

Make sure you have the latest version of Node installed first!

npm install brp-template --save

Then you can add brp-template to your build pipeline.

const Template = require('brp-template')
...
let template = new Template()
template.supply({
  foo: '{foo} value'
})
brp.buildWith(template)

Documentation

constructor(opts)

OptionDescriptionDefault
globthe glob used to match streamed files`'*.@(json
processUnmarkedtrue if files not included in the pack should be processedfalse

Template.supply(obj)

Appends a map of substitutions to the template.

Keywords

minecraft

FAQs

Package last updated on 30 Dec 2015

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