https://github.com/vmsilvamolina/powershell-spells
A list of PowerShell spells to become a real Magician :tophat: :sparkles:
https://github.com/vmsilvamolina/powershell-spells
console help powershell tips-and-tricks
Last synced: 12 months ago
JSON representation
A list of PowerShell spells to become a real Magician :tophat: :sparkles:
- Host: GitHub
- URL: https://github.com/vmsilvamolina/powershell-spells
- Owner: vmsilvamolina
- License: mit
- Created: 2018-08-28T10:13:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T20:52:39.000Z (over 2 years ago)
- Last Synced: 2025-01-11T21:29:56.950Z (about 1 year ago)
- Topics: console, help, powershell, tips-and-tricks
- Language: PowerShell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell-Spells
PowerShell Spells is a project that pretend collect on-liner tricks (spells) to use with PowerShell. The main reason is expand the knowledge of the language and a fun information for check without left the console.
## Table of Contents
- [PowerShell-Spells](#powershell-spells)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [Installation](#installation)
- [Get the Spells](#get-the-spells)
- [Contributing](#contributing)
## Usage
### Installation
You can install the module from the [PowerShell Gallery](https://www.powershellgallery.com/) with the following command:
`Install-Module PowerShell-Spells`
### Get the Spells
First, you can add the module to your profile, adding the line:
`Import-Module PowerShell-Spells`
***Note:***
*To edit your profile you can run: `code $PROFILE` (if you have VSCode installed).*
So then, you add the command to invoke a Spell:
`Get-Spell`

## Contributing
Contributions are more than welcome! 🚀💻 Feel free to participate via pull requests or issues.