https://github.com/xevion/powershell
A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo.
https://github.com/xevion/powershell
powershell
Last synced: 11 months ago
JSON representation
A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo.
- Host: GitHub
- URL: https://github.com/xevion/powershell
- Owner: Xevion
- License: mit
- Created: 2022-04-11T22:02:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T21:25:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T02:52:39.303Z (about 1 year ago)
- Topics: powershell
- Language: PowerShell
- Homepage: https://powershell.xevion.dev
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
powershell
][website-url]
[![License][license-badge]][license-url]
[![Website][website-badge]][website-url]
[![Build Status][build-badge]][latest-url]
A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo.
## Usage
This application can be served for local develop using
```bash
hugo serve
```
but it will also automatically deploy to [xevion.github.io][website-url] when any commits hit `master`.
[repo-url]: https://github.com/Xevion/powershell/
[website-url]: https://powershell.xevion.dev/
[license-url]: https://github.com/Xevion/powershell/blob/master/LICENSE
[latest-url]: https://github.com/Xevion/powershell/commit/master
[license-badge]: https://img.shields.io/github/license/Xevion/powershell
[website-badge]: https://img.shields.io/badge/builtwith-hugo-blue
[build-badge]: https://github.com/Xevion/powershell/actions/workflows/gh-pages.yml/badge.svg