Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmdparkour/cmdparkour

a des about cmdparkour
https://github.com/cmdparkour/cmdparkour

Last synced: about 6 hours ago
JSON representation

a des about cmdparkour

Awesome Lists containing this project

README

        

# Hello there 👋

```typescript
function formatMe() {
const content = {
name: "luo xi",
role: "Frontend Engineer",
languageSpoken: ['zh_CN', 'en_US'],
}
const sayHi = async (text: string) => {
const msg = await chatgpt(text)
return msg
}
}
const me = formatMe()
async(() => {
const resolveMsg = await me.sayHi("Can you join us?") // resolveMsg = 'of course'
})()

```

## 📝 About Me

- Personal website and blog: https://blog.15weblove.com/