Module

TsBridge.Cli

Package
purescript-ts-bridge
Repository
thought2/purescript-ts-bridge

This module contains code that can turn a TsProgram into a CLI that writes it to the file system.

#mkTypeGenCli Source

mkTypeGenCli :: Either Error TsProgram -> Effect Unit

Given a TsProgram returns an effectful CLI that can be used as an entry point for a type generator.