Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 816 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 816 Bytes

stardew-crops

CircleCI

A project for learning to write cli tools. This one is for returning basic crop data for the game Stardew Valley.

Install

go get github.com/jaysonesmith/stardew-crops

Running

stardew-crops has a number of different options for running. For more info, run stardew-crops

  • stardew-crops info garlic - returns data specific to the specified crop
  • stardew-crops search --season summer - returns data around the crops that grow in summer

Built-with

Contributing

Contributions are welcome! Please fork the project and add your work to a feature branch.