You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default sorting is by last updated commit date so users can view the most recently updated project. But sometimes users might want to view popular (stars) or most forked projects. Allow the user to specify a sort parameters when running a discover projects command.
The text was updated successfully, but these errors were encountered:
* Update go.mod
* Fixing go mod dependencies
* Fix wrong path
* Fixing dependecies and sorting them
* Updating dependencies
* Adding v2 to go mod
* Added forks to discover projects table view (#4)
* Fixed discover module help message
* Logic to detect Cosmos SDK projects (#2)
* Changes implemented:
- Added support to allow sorting projects by number of forks or stars
- Added progress bar while discovering projects
- Minor fixes when displaying information
* Added entry to CHANGELOG for issue #5
* Add logic for the discover releases command (#1)
* Fixes to the releases command (#1)
* Lint fixes (#7)
* Update go-lint and golang version in CI (#7)
The default sorting is by last updated commit date so users can view the most recently updated project. But sometimes users might want to view popular (stars) or most forked projects. Allow the user to specify a
sort
parameters when running adiscover projects
command.The text was updated successfully, but these errors were encountered: