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 (9 loc) 116 B
// @flow export const logLevels = { debug: 20, error: 50, fatal: 60, info: 30, trace: 10, warn: 40, };