Scripts

Proj Init Script Documentation

Initialize project structure (folders and files) from a JSON configuration.

What it does

This script is useful for quickly scaffolding a project layout in a consistent and repeatable way.

How to run it

powershell -File proj-init.ps1 -ConfigPath path/to/config.json

Inputs

Example:

Outputs

Example

powershell -File proj-init.ps1 -ConfigPath .\config.json