Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 790 Bytes

File metadata and controls

30 lines (20 loc) · 790 Bytes

World Cities Database

Go

A cli command to visit the worldcitiesdb.com/country/list and compile the country/regional data into usable sql migrations for projects that are already normalised.

Installation

go get github.com/etiennemarais/world-cities-database

Usage

go run main.go

Usage:
  world-cities-database [command]

Available Commands:
  generate    Generate a resource in the specified format
  help        Help about any command
  list        List the specified resource

Flags:
  -h, --help   help for world-cities-database

Use "world-cities-database [command] --help" for more information about a command.