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

bb-copy-sources-plugin

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

bb-copy-sources-plugin

Plugin for bobril-build which copies sources to defined location

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bb-copy-sources-plugin

Plugin for bobril-build for copying all files from src directory to any other directory after each interactive recompile.

To enable copying of source files you have to go through two steps:

  1. Create file with name .copy (probably at project root) and put there path to copying destination directory so then file content could looks like
/path/to/destination/dir
  1. define path to copy file in package.json:
{
	"bobril": {
        "plugins": {
            "bb-copy-sources-plugin": {
                "copyFile": "/path/to/file/.copy"
            }
        }
    }
}
Tip:

Filename .copy is not required, every other name will work.

How it works

For example when you set as a destination empty directory C:/test-plugin/ then new directory C:/test-plugin/src will be created there after recompiling and all sources from your project src will be copied there.

How to install or update:

bb plugins -i bb-copy-sources-plugin

FAQs

Package last updated on 06 Feb 2017

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