Skip to content

DK-2013/workshop-testing-cli

Repository files navigation

Build Status

Work shop Auto testing

Hexlet (in Russian)

Setup

$ make install

Run tests

$ make test

Run CLI

$ make run

Usage:

$ weather -h
Usage: weather [options] <city> [prop]

weather city [prop]
  prop: temp/erature/ (default)
        hum/idity/

Options:
  -h, --help  output usage information

$ weather berlin
10

$ weather berlin hum
75

About

Auto testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published