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

add-brfs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-brfs

adds brfs as a browserify transform to your package.json

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

add-brfs

stable

Adds brfs as a browserify transform to your package.json, if it isn't already listed.

npm install add-brfs -g

Then, in the directory of the module you want to use brfs:

add-brfs

This will prepend brfs to the list of transforms for your current directory's package.json.

Alternatively:

add-brfs --install

The --install or -i flag will also install the brfs module and --save it as a dependency.

You can use --append to append it to the list of browserify transforms instead of prepend. You can also use --dir to specify a different directory than the current working directory to look for package.json (however, installing is still done in current directory).

Usage

NPM

Usage:
	add-brfs [opts]

Options:
  -h            show help message                     
  -d, --dir     the directory to look for package.json
  -a, --append  adds brfs at end of transform list    
  -i, --i       also install the latest brfs with --save flag

License

MIT, see LICENSE.md for details.

Keywords

FAQs

Package last updated on 04 Sep 2014

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