UNPKG

create-pro-ts-lib

Version:

A command-line-interface for building Typescript libraries

7 lines (4 loc) 237 B
const { createTemplateFilesDownloader } = require('../utils/template'); const TEMPLATE_PATH = 'templates/prettier'; const prettierLogic = createTemplateFilesDownloader(TEMPLATE_PATH); module.exports = { prettierLogic, TEMPLATE_PATH };