1.0.0 • Published 9 years ago
consl v1.0.0
Consl
A javascript module that abbreviates the Console methods.
Nothing more than a quick way to display messages on the console using less characters.
Install
NPM
npm install consl --save-devBuild
git clone https://github.com/ahlechandre/consl.git 
cd conslUsage
import { cl, cw, ce } from 'consl';
cl('Outputs a message to the Console.');
cw('Outputs a warn message to the Console.');
ce('Outputs a error message to the Console.');Methods
cl -> console.logcw -> console.warnce -> console.errorci -> console.infocd -> console.dirct -> console.timecte -> console.timeEndctr -> console.traceca -> console.assertcC -> console.Console
1.0.0
9 years ago