0.1.8 • Published 6 years ago

secretprint v0.1.8

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

SecretPrint

GitHub license GitHub stars

a small javascript library for printing files silently without a prompt.

Installation

'npm install secretprint'

Usage

require the package and then call it by giving it a file to print and optionally a specific printer. if you do not provide the package with a specific printer, it will print to your default printer.

const SecretPrint = require("secretprint")
SecretPrint("file to print", "name of specific printer (optional)") 

Tests

run the command below to run all the tests. More will be added in the future to ensure that the file that was sent to be printed was the same file printed by the printer.

'npm test'

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.1.8

6 years ago

0.1.71

6 years ago

0.1.7

6 years ago

0.1.5

6 years ago

0.1.43

6 years ago

0.1.42

6 years ago

0.1.41

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago