↧
Running Javascript inside PowerShell with PowerShellJS
Some time ago I started a project to host a JavaScript engine within PowerShell. I initially called it PowerChakra because, well the engine was IE’s Chakra engine, however I’ve renamed it PowerShellJS...
View ArticleRunning TypeScript inside PowerShell with PowerShellJS
In my previous post I introduced PowerShellJS where you can run JavaScript within PowerShell. Now that TypeScript 1.0 has dropped, i’ve added initial support to Compile and run TypeScript inside...
View Article