alsoamit / Console-to-Print-MyFirst-npm-package

convert your console.log to print function in javascript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This npm package changes your console.log() to print(). Enjoy python syntax in Javascript. Note: This is an experimental node module I've made in order to learn how to publish npm packages.

How can I use it?

Install it using npm install console-to-print --save. Import it using const print = require("console-to-print").

About

convert your console.log to print function in javascript project


Languages

Language:JavaScript 100.0%