Skip to content

dotlang-pwsh/dotlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😎 dotlang

a powerful cross-platform Superset for Powershell that extends the functionality of the native PowerShell language. It introduces new features, syntax enhancements, and additional functionalities to make scripting and automation tasks more efficient and effective.

Example

1- import dotlang,

Import-Module .\dot.ps1 # Imports dotlang

2- use it :)

printTxt("Hi I'm dotlang!"); # semicolon (;) is optional.

Full Usage

Check the GitBook for full usage guide

License

This code is licensed under the MIT License. check LICENSE.TXT for more info