JRJurman / automated-ticket-printer

This project is an automated solution to print tickets and items as they get assigned.
MIT License
11 stars 1 forks source link

CLI Interactive Watch #4

Open JRJurman opened 8 years ago

JRJurman commented 8 years ago

A watch that runs alongside console-printer could be useful for testing, and as another example watch. Having it be interactive would be valuable for testing new printers.

e.g. possibly:

$ node example_scripts/interactive.js
Commands: print, new, check
> new
Project: Example Ticket
Title: Testing out the interactive example
...

It should have no extra dependencies if possible (not sure how text input works in Node).