https://github.com/verygoodsoftwarenotvirus/sgtm
hackathon screen reading project
https://github.com/verygoodsoftwarenotvirus/sgtm
hackathon
Last synced: 6 months ago
JSON representation
hackathon screen reading project
- Host: GitHub
- URL: https://github.com/verygoodsoftwarenotvirus/sgtm
- Owner: verygoodsoftwarenotvirus
- License: apache-2.0
- Created: 2018-09-10T14:45:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T17:51:54.000Z (almost 8 years ago)
- Last Synced: 2023-08-20T17:10:49.747Z (almost 3 years ago)
- Topics: hackathon
- Language: Go
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sgtm
hackathon screen reading project
TO BUILD:
* Clone repo into ~/go/src/github.com/verygoodsoftwarenotvirus/sgtm
* Run make revendor in terminal in that dir
* Run cli/main.go or playground/main.go
TO RUN CLI COMMANDS:
* "go run cmd/cli/main.go" in the terminal acts the same as "sgtm"
* The read function currently only accepts absolute paths
* For example, to run the read function run "go run cmd/cli/main.go read -f /example.go -p someFunction"