stevenbenner / interfacelift-downloader

:floppy_disk: InterfaceLIFT wallpaper auto-downloader script for Node.js.
MIT License
92 stars 16 forks source link

Rewrite the script to be NPM installable and usable as a global #2

Closed stevenbenner closed 11 years ago

stevenbenner commented 11 years ago

Since I'm going to be doing some work on this script anyway I might as well make it better.

Right now this is just a simple script designed to be downloaded from GitHub then installed and run by hand. Since no one actually uses this script the mechanical nature of its design hasn't been a concern. However, I can make the script more user-friendly, maintainable, and installable by refactoring the project into an NPM library with a CLI interface.

Requirements:

stevenbenner commented 11 years ago

Completed.