Skip to content

A task runner for automating the development workflow using PowerShell scripts and modules. PowerShell provides efficient task, dependency, and configuration management in software projects.

Notifications You must be signed in to change notification settings

sentenz/powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell

A task runner for automating the development workflow using PowerShell scripts and modules. PowerShell provides efficient task, dependency, and configuration management in software projects.

1. Usage

1.1. Task Runner

  • Makefile

    Refer to the Makefile as the Task Runner file.

    [!NOTE] Run the make help command in the terminal to list the tasks used for the project.

    $ make help
    
    TASK
            A collection of task runner used in the current project.
    
    USAGE
            make [target]
    
            bootstrap                Initialize a software development workspace with requisites
            setup                    Install and configure all dependencies essential for development
            teardown                 Remove development artifacts and restore the host to its pre-setup state
            install-pwsh-analyzer    Install PSScriptAnalyzer PowerShell module
            lint-pwsh-analyze        Lint PowerShell scripts and modules using PSScriptAnalyzer
    

About

A task runner for automating the development workflow using PowerShell scripts and modules. PowerShell provides efficient task, dependency, and configuration management in software projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published