Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 412 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 412 Bytes

TypeScript Execution PoC

This is a POC project that allows Typescript scripts to be compiled and executed from within a .NET environment.
As an example I took the case of needing to compile a Solidity smart contract from a C# console application.
Use cases for such a case would include the use of packages which have not yet been developed and pushed to NuGet but are already available to NPM.