An open API service indexing awesome lists of open source software.

https://github.com/vulcan-dev/teardown-api-cmd

Teardown API for Commandline Based Applications
https://github.com/vulcan-dev/teardown-api-cmd

api-documentation teardown teardowngame xml-parsing

Last synced: 4 months ago
JSON representation

Teardown API for Commandline Based Applications

Awesome Lists containing this project

README

        

## Commands
> Help [Displays List of Commands]
> List [Displays All Functions]
> Search [Search for a Function (Alias: find)]
> Doc [Display Documentation for Function]
> Download [Download the API for Offline Use]

## Screenshots
![How it looks](https://i.imgur.com/5scQhBc.png)

## Building
> go build -ldflags "-s -w" -o ./build/api.exe ./

## Updates
# 1.3.3
> Ability to use the API without downloading
> Added command 'download'
> Improved Formatting
> Online/Offline Status

# 1.3.2
> Fixed GetXML() not getting the latest version
> Removed console logging for the api file
> Updated version
> GetXML now deletes the old API xml

# 1.2.0
> Improved Visuals

# < 1.2
> Initial Release & Bug Fixes