https://github.com/adnoctem/libps1
đ A library of MIT-licensed PowerShell scripts
https://github.com/adnoctem/libps1
Last synced: 2 months ago
JSON representation
đ A library of MIT-licensed PowerShell scripts
- Host: GitHub
- URL: https://github.com/adnoctem/libps1
- Owner: adnoctem
- License: mit
- Created: 2024-07-11T22:52:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T04:37:11.000Z (10 months ago)
- Last Synced: 2025-01-26T03:15:39.074Z (4 months ago)
- Language: PowerShell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# PowerShell Library
A library of open-source [MIT][license]-licensed [PowerShell][powershell] scripts written and maintained by `FMJ Studios` for use with [PowerShell][powershell] Version 6 and above. Refer to Microsoft's in-depth [PowerShell Documentation][powershell_docs] for more information on how these scripts work. Scripts meant for direct execution by the user, an init system or other means of automation are located in the [`scripts`](scripts) directory. The [`lib`](lib) directory contains library scripts meant to be re-used across files or even different repositories with things like [Git Submodules][git_submodules] or _contrib_ scripts like [git_subtree]. You may of course take a look at other repositories of ours for tips on how to achieve re-use.
## ⨠TL;DR
```pwsh
help .\scripts\move-regex.ps1 # Outputs the script documentation
```### đ Contributing
Contributions are welcome via GitHub's Pull Requests. Fork the repository and implement your changes within the forked
repository, after that you may submit a [Pull Request][gh_pr_fork_docs].### đĨ Maintainers
This project is owned and maintained by [FMJ Studios](https://github.com/fmjstudios) refer to
the [`AUTHORS`](.github/AUTHORS) or [`CODEOWNERS`](.github/CODEOWNERS) for more information. You may also use the linked
contact details to reach out directly.### ÂŠī¸ Copyright
_Assets provided by:_ **[Microsoft Corporation][microsoft]**
[license]: LICENSE
[microsoft]: https://www.microsoft.com/
[powershell]: https://github.com/PowerShell/PowerShell
[powershell_docs]: https://learn.microsoft.com/de-de/powershell/
[git_submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
[git_subtree]: https://www.atlassian.com/git/tutorials/git-subtree
[gh_pr_fork_docs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork