Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmdparkour/cmdparkour
- Owner: cmdparkour
- Created: 2024-03-04T15:35:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T09:16:39.000Z (8 months ago)
- Last Synced: 2024-03-05T17:31:25.284Z (8 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/