https://github.com/mithrandyr/simplydraw
ASCII Graphic tools for PowerShell
https://github.com/mithrandyr/simplydraw
Last synced: 2 months ago
JSON representation
ASCII Graphic tools for PowerShell
- Host: GitHub
- URL: https://github.com/mithrandyr/simplydraw
- Owner: mithrandyr
- License: mit
- Created: 2018-09-26T13:09:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T23:38:34.000Z (over 6 years ago)
- Last Synced: 2024-12-27T15:22:21.782Z (4 months ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimplyDraw
ASCII Graphic tools for PowerShellGet-BoxClass will return a type for the class created in the module
``` powershell
$draw = Get-BoxClass
$draw::Double.Cross
```Get-BoxChar will either return a specific box art character or transform a string with aliases.
``` powershell
Get-BoxChar -Style Double -Name Cross -Count 10
Get-BoxChar -Style Single -Text "/_---v---v---_\"
```