Skip to content

A bundler library for bundling modular bash scripts into a single bash script

License

Notifications You must be signed in to change notification settings

malscent/bash_bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Bash Bundler

A simple CLI app for bundling multiple bash scripts together via the source command.

Usage:

This simple tool bundles bash files into a single bash file.

Usage:
   sbb {flags}
   sbb <command> {flags}

Commands: 
   bundle                        bundle a bash script
   help                          displays usage informationn
   version                       displays version number

Flags: 
   -e, --entry                   The entrypoint to the bash script to bundle. 
   -h, --help                    displays usage information of the application (default: false)
   -o, --output                  The output file to write to 

About

A bundler library for bundling modular bash scripts into a single bash script

Resources

License

Stars

Watchers

Forks

Packages

No packages published