UNPKG

rvgpl

Version:

Personal CLI of Ravigopal Kesari

32 lines (31 loc) 1.14 kB
export default { firstName: "Ravigopal", lastName: "Kesari", bio: "I'm Ravigopal Kesari,\n\nA software engineer, focused on building products for web & mobile.\n\nInterested in leading engineering teams, building solutions, \nimproving aesthetics, product engineering and scaling products.", bioLink: "https://ravigopal.com/about", links: [ { name: "GitHub", url: "https://github.com/rvgpl" }, { name: "LinkedIn", url: "https://www.linkedin.com/in/rvgpl" }, { name: "X", url: "https://x.com/rvgpl" }, { name: "Mastodon", url: "https://mastodon.social/@rvgpl" }, ], moreProjectsLink: "https://ravigopal.com/projects", projects: [ { name: "Routines", description: "A simple, smart way to manage daily tasks", link: "https://ravigopal.com/projects/routines", }, { name: "Tools", description: "A collection of tools that I built to help myself and others", link: "https://tools.ravigopal.com", }, { name: "Labs", description: "A collection of experiments and prototypes", link: "https://www.ravigopal.com/labs", }, ], };