Skip to content

Runrioter/nurse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nurse

A Toy for learning Swift programming language.

Usage

$ nurse -h
OVERVIEW: 🏥 Nurse

  A Toy for learning Swift programming language.


USAGE: nurse <subcommand>

OPTIONS:
  -h, --help              Show help information.

SUBCOMMANDS:
  location                Search locations using MetaWeather API
  weather                 Search weather using MetaWeather API

  See 'nurse help <subcommand>' for detailed help.

Build from source code

Build

Build sources into binary products

make build

Format

Lint sources

make format

Run

Build and run an executable product

swift run nurse location -q <location text>

Test

Build and run tests

make test

About

🏥 Help me! Nurse!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published