console.log.shortcut

0.0.1-c • Public • Published

console.log

This project help you to forget typing console.log and replace it with just cl(data);

Getting Started

We are all make typo mistake when we are fast and have this stupid bug we want to know why its comming so we console.log(errors or data) but in the middle of this, we type consoel or cosnole, its really annoing, so we add usually to the edditor cl short cut for typing console.log as snippit or template, but what if you can just pull this small file and type cl(data) or ce(data) how nice that will be ?

console.log

//old way 
console.log(data);
//new way
cl(data);

console.error

//old way 
console.error(data);
//new way
ce(data);

Installing

You can just install it from npm and require it

npm command

npm i console.log.shortcut

then

require('console.log.shortcut');

Authors

  • ISSAM ABBAS - Initial work - mlk1

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Dependents (0)

Package Sidebar

Install

npm i console.log.shortcut

Weekly Downloads

1

Version

0.0.1-c

License

MIT

Last publish

Collaborators

  • issamlk1