UNPKG

kloc-cli

Version:

A simple CLI tool to count lines of code in current working directory

9 lines (6 loc) 207 B
import { KLOC_IGNORE } from "../../utils/constants.js" import { getPath } from "../../utils/getPath.js" export const klocIgnore = () => { console.log("") console.log(`"${getPath(KLOC_IGNORE)}"`) }