@azure-tools/typespec-powershell
Version:
An experimental TypeSpec emitter for PowerShell codegen
9 lines (7 loc) • 358 B
text/typescript
import { resolvePath } from "@typespec/compiler";
import { createTestLibrary, TypeSpecTestLibrary } from "@typespec/compiler/testing";
import { fileURLToPath } from "url";
export const PowershellTsTestLibrary: TypeSpecTestLibrary = createTestLibrary({
name: "powershell-ts",
packageRoot: resolvePath(fileURLToPath(import.meta.url), "../../../../"),
});