diff --git a/README.md b/README.md index a42fdc4..8f2a369 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ +# gowindows [![Build][build badge]][build page] [![GoDoc][godoc badge]][godoc page] [![GoReport][goreport badge]][goreport page] [![Conventional Commits][convention badge]][convention page] -# gowindows -**gowindows** is a Go library designed for remotely configuring and managing Windows-based systems. +![logo](images/logo/gowindows-icon_250.png) ## Overview +**gowindows** is a Go library designed for remotely configuring and managing Windows-based systems. + Leveraging WinRM and SSH connections, gowindows provides a comprehensive set of functions to execute PowerShell commands, making it easy to automate tasks, manage users, groups, and more on remote Windows servers. This library is especially useful when combined with tools like Terraform, enabling seamless integration into infrastructure as code workflows for Windows environments. diff --git a/images/logo/README.md b/images/logo/README.md new file mode 100644 index 0000000..5af02f2 --- /dev/null +++ b/images/logo/README.md @@ -0,0 +1,12 @@ +# Image Attribution +The icon used in this repository is a modified version based on the Go Language mascot Gopher. All references to the used elements are for non-commercial use. +## Credits +### Gopher: +Gopher mascot designed by [Renee French](https://reneefrench.blogspot.com/) + +License: Creative Commons Attribution 4.0. + +Original Source: https://go.dev/blog/gopher and [@reneefrench](https://twitter.com/reneefrench) on Twitter / X + +### PowerShell Hero: +The reference to the PowerShell Hero is for non-commercial use. All credits go to Microsoft. \ No newline at end of file diff --git a/images/logo/gowindows-icon.png b/images/logo/gowindows-icon.png new file mode 100644 index 0000000..122c674 Binary files /dev/null and b/images/logo/gowindows-icon.png differ diff --git a/images/logo/gowindows-icon_250.png b/images/logo/gowindows-icon_250.png new file mode 100644 index 0000000..8b30ea2 Binary files /dev/null and b/images/logo/gowindows-icon_250.png differ