etiennemarais / world-cities-database

Commands to get data from the world cities database and allow exporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Commands to get data from the world cities database and allow exporting

License:MIT License


Languages

Language:TSQL 97.7%Language:Go 2.3%