Skip to content
 
 

Repository files navigation

bc-scaffold

A bash CLI tool that helps developers setup git repositories with best practice templates.

Overview

bc-scaffold is a command-line utility designed to streamline the process of setting up new git repositories with standardized templates and best practices.

Installation

  1. Clone this repository:

    git clone <repository-url>
    cd bcgov-scaffolding-bash
  2. Make the script executable:

    chmod +x bc-scaffold
  3. Optionally, add to your PATH for global access:

    # Add to ~/.bashrc or ~/.zshrc
    export PATH="$PATH:/path/to/bcgov-scaffolding-bash"

Usage

./bc-scaffold [OPTIONS]

Options

Option Description
-h, --help Show help message
-v, --version Show version information

Examples

Run the tool:

./bc-scaffold

Display help:

./bc-scaffold --help

Version

Current version: 0.1.0

License

[Add your license here]

Contributing

[Add contribution guidelines here]

About

This tool should help developers to stand up repositories with all the required levels for container security standards.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages