Skip to content

A CLI appllication that outputs infromation about units in Age of Empires II

Notifications You must be signed in to change notification settings

moar55/Age-of-Empires-II-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age-of-Empires-II-CLI

A CLI appllication that outputs infromation about units in Age of Empires II

Steps to run in project folder:

  • create a .env file with a single entry: DATABASE_URI = <local_mongodb_ur>
  • or alternatively run export DATABASE_URI = <local_mongodb_ur>
  • run go build
  • run ./Age-of-Empires-II-CLI

Steps to install application systemwide:

  • run go install
  • In a new terminal window, or the current if you want, run export DATABASE_URI = <local_mongodb_ur>
  • run Age-of-Empires-II-CLI

Note:

  • Building steps work for linux and mac only.
  • You can set the DATABASE_URI in ~/.bashrc, but I am not sure if that's secure 😂

About

A CLI appllication that outputs infromation about units in Age of Empires II

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages