@coat/cli
Version:
TODO: See #3
11 lines (10 loc) • 353 B
TypeScript
import { CoatManifestFile } from "../types/coat-manifest-file";
/**
* Creates files that are generated by default if the template
* does not overwrite them.
*
* For now it only contains a .gitignore file to prevent
* empty templates that check in their node_modules
* by default.
*/
export declare function getDefaultFiles(): CoatManifestFile[];