Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/cli/files/init-config.ts>tomlInit

Deno package for type-safe Clarinet tests
Latest
variable tomlInit
import { tomlInit } from "https://deno.land/x/clarigen@v0.5.5/src/cli/files/init-config.ts";

type

` # Set to your project's Clarinet config file clarinet = "./Clarinet.toml" # Set where you'd like Deno types output. # Comment or remove section to skip Deno types [deno] # \`output\` can be a directory or a folder. output = "artifacts/clarigen.ts" # Set where you'd like ESM types output. # Comment or remove section to skip ESM types [esm] # \`output\` can be a directory or a folder. output = "esm/clarigen.ts" # \`esm.after\` - script to run after ESM types are generated. # examples: # after = "yarn prettier ./esm/index.ts" # after = "echo 'yay'" # Set where you'd like generated contract docs # Generate docs by running \`clarigen docs\` [docs] # \`output\` should be a folder output = "docs" `