Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vulcan-dev/teardown-api
Teardown API Snippets | VSCode | Sublime | Atom | HTML | Markdown | JSON | Toml | Yaml | CSV | Plain Text
https://github.com/vulcan-dev/teardown-api
api csv html json markdown rust teardown teardownapi teardowngame toml xml yaml
Last synced: about 1 month ago
JSON representation
Teardown API Snippets | VSCode | Sublime | Atom | HTML | Markdown | JSON | Toml | Yaml | CSV | Plain Text
- Host: GitHub
- URL: https://github.com/vulcan-dev/teardown-api
- Owner: vulcan-dev
- Created: 2022-07-16T22:03:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T21:30:49.000Z (over 2 years ago)
- Last Synced: 2024-11-12T02:42:15.257Z (3 months ago)
- Topics: api, csv, html, json, markdown, rust, teardown, teardownapi, teardowngame, toml, xml, yaml
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teardown API Snippets
## Usage
```
./teardown-api.exe [vscode | sublime | atom | json | toml | yaml | md | csv | html | plain]
```## Installation
- VSCode: https://marketplace.visualstudio.com/items?itemName=vulcan-dev.teardown-api.
- Sublime: Copy "**Teardown.sublime-completions**" to "**C:\Program Files\Sublime Text\Packages\User\\**" (or wherever your installation is).
- Atom: Edit "**snippets.cson**" (**%USERPROFILE%\.atom**) and paste the content from "**Teardown.completions.cson**".## Images
### VSCode
![](https://imgur.com/QGHvnY7.png)
![](https://imgur.com/vAHYIPd.png)### Sublime
![](https://imgur.com/YarXaBf.png)
![](https://imgur.com/undefined)### Atom
![](https://imgur.com/hrh728d.png)
![](https://imgur.com/uQTEAiL.png)### HTML
![](https://i.imgur.com/lAwpP5Q.png)### Not adding the rest.
## Version 0.0.1
Initial Release## Version 0.0.2
- Change Display Name
- Add Icon## Version 0.0.3
- Fixed README.md## Version 0.0.4
- Fixed path to snippet## Version 0.0.5
- Fixed bad arguments
- Added description to arguments and return values## Version 0.0.6
- Fixed path to snippet (again 😎)