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]

11 lines (10 loc) 203 B
/*** * Node External Editor * * Kevin Gravier <kevin@mrkmg.com> * MIT 2018 */ export declare class RemoveFileError extends Error { originalError: Error; constructor(originalError: Error); }