A lightweight CLI tool for Windows, built with .NET.
- Simple command-line interface for Windows.
- Easy to build and run on any Windows machine or GitHub-hosted runner.
- Automated builds and release pipeline powered by GitHub Actions.
git clone https://github.com/m1gates/windows-cli-lightwright.git
cd windows-cli-lightwrightRequires .NET SDK 8.0+.
dotnet restore ./src/windows-cli-lightwright.csproj
dotnet build ./src/windows-cli-lightwright.csproj --configuration Release
dotnet run --project ./src/windows-cli-lightwright.csproj- Runs automatically on every push to
main. - Builds the project and uploads artifacts for testing.
- Triggered manually from the Actions tab.
- Builds a stand-alone
.exeand attaches it to the Releases page.
Run it manually:
- Go to the Actions tab.
- Select Manual Release (windows-cli-attach.yml).
- Click Run workflow.
- Download the
.exefrom the Releases page.
The workflows use the built-in GITHUB_TOKEN for authentication.
No additional secrets are required.
This project is licensed under the MIT License.