react-native-community / directory

A searchable and filterable directory of React Native libraries.

Home Page:https://reactnative.directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI to submit projects

brentvatne opened this issue · comments

This is a cool idea. Is anyone still interested in working on this?

+1

This is a good idea! I can try to create a simple CLI using Ink and meow (I have some experience with those libraries) or help if anyone is working on this already.

@Simek I don't think anyone is working on this, and I agree it would be a great feature. Let me know if you want any help with this! Once this is made, we can create guides on the website around adding your library/optimizing it/etc. This would be a great feature for adding a lib in 10 seconds (with something like npx react-native-directory-add or something).

@jonsamp I was also thinking about "+ Add Library" button on the website. It would be nice if this instead of redirecting to GitHub it would open popup with GitHub authorisation button and after the login the simple form appears which is converted after submit and validation to the PR in this repository. I need to do the research in this subject because I'm not even sure if such feature is possible to implement right now.