Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 852 Bytes

File metadata and controls

31 lines (20 loc) · 852 Bytes

PSSpecKit

License: MIT

This repository contains tools for downloading and installing GitHub Spec Kit templates.

Installation

The PSSpecKit module can be imported directly from the repository:

Import-Module ./PSSpecKit/PSSpecKit.psd1

Usage

Once imported, you can use the Install-SpecKitTemplate cmdlet:

# Install the latest template to the current directory
Install-SpecKitTemplate

# Install a specific agent template
Install-SpecKitTemplate -Agent octo -Shell ps -Path ./templates -Force

For more examples and smoke tests, see specs/001-create-a-powershell/quickstart.md.

License

This project is licensed under the MIT License — see the LICENSE file for details.