There is no license information available for the latest version (1.0.3) of this package.

The official Codecourse CLI

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 399

Dependents: 0

Suggesters: 0

Security: 0

Stars: 39

Watchers: 4

Forks: 5

Open Issues: 10

Type:project

pkg:composer/codecourse/cli

1.0.3 2019-06-19 15:19 UTC

This package is auto-updated.

Last update: 2025-10-15 10:47:38 UTC


README

The official Codecourse CLI

Access codecourse.com features directly from the command line.

Current features

  • download:course [slug] Download all videos for a course

Requirements

Installation (global)

macOS

composer global require codecourse/cli

Make sure you add Composer's global vendor/bin folder to your $PATH. You can do this by adding PATH=$PATH:~/.composer/vendor/bin to your ~/.bash_profile file and run:

# source ~/.bash_profile

Installation (standalone)

Download the codecourse binary from this repository and run:

# cd /path/to/downloaded/binary
# php codecourse

Installation (docker)

Download the codecourse binary from this repository and run:

$ cd /path/to/downloaded/binary
$ docker run -it --rm --name codecourse-app -v "$PWD":/app -w /app php:7.3-cli bash
root@container-id:/app# php codecourse

Installation (docker-compose)

Download the codecourse binary and docker-compose.yml file from this repository and run:

$ cd /path/to/downloaded/binary_and_docker-compose_file
$ docker-compose run app bash
root@container-id:/app# php codecourse

Known issues

  • The Codecourse CLI has not been tested on Windows platforms yet.

Usage

Once installed, run codecourse for a list of available commands.