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

https://github.com/feel2code/feel2code

just my profile's repo
https://github.com/feel2code/feel2code

Last synced: 3 months ago
JSON representation

just my profile's repo

Awesome Lists containing this project

README

        

#!/bin/bash
name="feel2code"
langs="English, Russian"
skills="Python, Shell, ClickHouse, DBT"
tools="vim"

for key in name langs skills os tools; do eval "echo \"$key: \$$key\""; done