1.0.3 • Published 3 years ago

pythonprint v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pythonprint

pythonprint lets you use python's print() function instead of JavaScript's console.log() (tedious) function.

Installation

Use the package manager npm to install foobar.

npm install pythonprint

Usage

const print = require("pythonprint")

//returns 'word'
print('word')

//returns 'goose'
print('goose')

//returns 'phenomenon'
print('phenomenon')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT