A bash CLI tool that helps developers setup git repositories with best practice templates.
bc-scaffold is a command-line utility designed to streamline the process of setting up new git repositories with standardized templates and best practices.
-
Clone this repository:
git clone <repository-url> cd bcgov-scaffolding-bash
-
Make the script executable:
chmod +x bc-scaffold
-
Optionally, add to your PATH for global access:
# Add to ~/.bashrc or ~/.zshrc export PATH="$PATH:/path/to/bcgov-scaffolding-bash"
./bc-scaffold [OPTIONS]| Option | Description |
|---|---|
-h, --help |
Show help message |
-v, --version |
Show version information |
Run the tool:
./bc-scaffoldDisplay help:
./bc-scaffold --helpCurrent version: 0.1.0
[Add your license here]
[Add contribution guidelines here]