projects.repository.tsx
1 const projects = await fetchRepos();
Open Source Projects
2 return projects.filter(production_ready);
/*
Discover our collection of tools and libraries that power modern development workflows. All open source, all production-ready. Live data from GitHub API.
*/> repos.length
0+
// repositories
> stars.total()
0+
// github stars
> languages.count
0+
// languages
> forks.sum()
0+
// contributions
filter.interface.ts
$
filter(,
,
)
await fetchRepos()...
//
async function contribute() {
Ready to Contribute?
/*
We welcome contributions from developers of all skill levels. Check out our contribution guidelines and join our growing community.
*/};
tiverse@projects:~$_