UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

7 lines (5 loc) 230 B
import { execSync } from "child_process"; import * as fs from "fs-extra"; export const applyElmFormat = (fileOrFolderToFormat: string): void => { execSync(`npx elm-format --elm-version=0.19 --yes ${fileOrFolderToFormat}/`); };