View ts.bash
#!/usr/bin/env bash | |
root="" | |
search_node="" | |
input="" | |
declare -A tree | |
declare -A visited | |
create() { | |
while read -r line |
View metadata.json
{ | |
"elements": [{ | |
"name": "t-hotel-search", | |
"category": "hotels", | |
"displayName": "Hotel Search", | |
"location": "https://github.com/travelnxtElements/t-hotel-search" | |
}, { | |
"name": "t-hotel-room-list", | |
"category": "hotels", | |
"displayName": "Room List", |
View metadata.json
{ | |
"elements": [{ | |
"name": "t-autosuggest", | |
"category": "form", | |
"icon": "Autosuggest", | |
"displayName": "Auto Suggest", | |
"location": "https://github.com/atomelements/t-autosuggest" | |
}, { | |
"name": "t-button", | |
"category": "form", |
View metadata.json
{ | |
"elements": [{ | |
"name": "t-autosuggest", | |
"category": "form", | |
"icon": "Autosuggest", | |
"displayName": "Auto Suggest", | |
"location": "https://github.com/atomelements/t-autosuggest" | |
}, { | |
"name": "t-button", | |
"category": "form", |