UNPKG

@ptkdev/all-shields-cli

Version:

Tool to help automate your badges of shields.io, badgen.net, fury.io, github action and snyk.io from .all-shieldsrc dotfile for your markdown files. You can use Liquid variables like {{name}} or {{version}} which refer to your package.json. Inspired by al

21 lines (20 loc) 528 B
export namespace server { const port: number; } export const debug: boolean; export namespace log { export namespace path { const debug_log: string; const error_log: string; } export const language: string; export const colors: string; const debug_1: string; export { debug_1 as debug }; export const info: string; export const warning: string; export const error: string; export const sponsor: string; export const write: string; export const type: string; }