forked from tojocky/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
node-printer | ||
============ | ||
|
||
Comming soon... | ||
Release: 0.0.1 DEV | ||
|
||
This package bind printers on POSIX and Windows OS from Node.js. | ||
This package binds printers on POSIX and Windows OS from Node.js. | ||
|
||
Reason: | ||
============ | ||
I was involved in a project where I need to integrate printers from Node.JS. This is the reason why I created this project and I want to share my code to others. | ||
### Reason: | ||
|
||
Authors: | ||
============ | ||
* Ion Lupascu, [email protected] | ||
I was involved in a project where I need to print from Node.JS. This is the reason why I created this project and I want to share my code with others. | ||
|
||
### How to install: | ||
|
||
npm install printer | ||
|
||
### How to use: | ||
|
||
See examples | ||
|
||
### Author(s): | ||
|
||
* Ion Lupascu, [email protected] | ||
|
||
### Contibutors: | ||
|
||
Feel free to download, test and propose new futures |