UNPKG

kloc-cli

Version:

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

8 lines (6 loc) 206 B
import { KLOC_CONFIG } from "../../utils/constants.js" import { getPath } from "../../utils/getPath.js" export const klocConfig = () => { console.log("") console.log(`"${getPath(KLOC_CONFIG)}"`) }