Skip to main content

Um pequeno script para ensinar sobre como invocar comandos no terminal

Project description

cozer

Sistema para auxiliar ensino de conceitos de informática

Receitas

Instalar

Atualização documentação:

aula=$(mktemp -d -t aula-XXXXXXXX)
cd $aula
git clone https://github.com/edusantana/cozer
cd cozer
python3 -m venv venv
. venv/bin/activate
pip install --editable .

Autocomplete

Adicionar a .bashrc ou executar:

    eval "$(_COZER_COMPLETE=source cozer)"

Testando instalação:

    cozer --version
    cozer --help
    cozer fogao -h

Desfazendo instalação

    deactivate
    cd .. && rm -rf cozer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cozer-0.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

cozer-0.2-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page