0.0.2 • Published 2 years ago

print-file v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Print File

Print a file!

Installation

npm i print-file

API

const print = require("print-file")

print() // will prompt to print this file

print({file:"/path/to/file.js"}) //  will prompt to print /path/to/file.js, if it exists

CLI

(npx) pf ./path/to/file.js # will prompt to print /path/to/file.js, if it exists.

Other info

Get more in-depth help, report feedback and bugs on our forum or docs

Like our work? Support us on Patreon

0.0.2

2 years ago

0.0.1

2 years ago