Skip to content

PowerShell module for creating calculated variables in PowerShell

License

Notifications You must be signed in to change notification settings

beefarino/autovars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autovars

PowerShell module for creating calculated variables in PowerShell

QuickStart

> # import the module into your session

> import-module autovars

> # define an automatic variable
> new-autovariable -name now -getter { get-date }

> # use the automatic variable
> $now
Wednesday, May 07, 2014 12:10:11 AM
> $now
Wednesday, May 07, 2014 12:10:14 AM

About

PowerShell module for creating calculated variables in PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages