Socket
Book a DemoInstallSign in
Socket

github.com/zen-xu/bundler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zen-xu/bundler

Source
Go
Version
v0.1.1
Version published
Created
Source

Bundler

Bundler a tool for bundling resources into a single executable.

Installation

go get github.com/zen-xu/bundler

Usage

bundler config.yaml

This will output an executable bundle config.bundle

You can just run the bundle

./config.bundle <options>

Or you can unpack it for getting resources

./config.bundle -u

Configuration Options

command: echo hello  # bash command
archive_paths:  # the paths need to be bundled
  - data/
  - csv/*.csv   # support glob
ignore_paths:   # the paths should ignore to be bundled
  - data/secrets
  - csv/demo.csv # support glob

FAQs

Package last updated on 12 Apr 2021

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