@ptkdev/node-cli-boilerplate
Version:
Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project
20 lines (19 loc) • 419 B
TypeScript
declare const _default: {
language: string;
logger: {
path: {
debug_log: string;
error_log: string;
};
language: string;
colors: string | boolean;
debug: string;
info: string;
warning: string;
error: string;
sponsor: string;
write: string | boolean;
type: string;
};
};
export default _default;