1.0.6 • Published 7 years ago

eggs-benny v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eggs-benny

What is it?

Eggs-benny allows you to download egghead.io videos by an entire course or technology group at a time! You can even choose to download their entire course library using a single command if you like.

What's with the name?

"Eggs Benny" is cafe/foodie-slang for Eggs Benedict - the most delicious of all breakfasts (imho).

Install

npm install eggs-benny -g

Configure

First enter your egghead.io credentials and download directory.

eggs-benny config -e <email> -p <password> -d <download-path>

List courses

eggs-benny list

Download

To download all lessons in a course

eggs-benny download -c "Develop Basic Web Apps with Vue.js"

To download all courses in a technology group

eggs-benny download -t "Vue.js"

To download everything! Warning, this will take a while.

eggs-benny download

Command line help

eggs-benny --help

Help for an individual command

eggs-benny --help download

Got an issue/suggestion?

Then please create an issue 😺