UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

9 lines (6 loc) 244 B
import filenamify = require('./filenamify'); /** Convert the filename in a path a valid filename and return the augmented path. */ declare const filenamifyPath: (path: string, options?: filenamify.Options) => string; export = filenamifyPath;