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
What feature(s) would you like to see in RepoSense?
The RepoSense command line arguments may be hard to navigate and takes some effort to reference (from the user guide) or commit to memory. Ideally, running the jar file should walk the user through the most relevant settings to get a report up and running.
This convenience feature should probably work something like yarn init which prompts the following sequentially:
name (your-project):
version (1.0.0):
description:
entry point (index.js):
git repository:
author:
license (MIT):
The text was updated successfully, but these errors were encountered:
This idea is nice to have, but I believe that most people use the github fork instead of jar file to create a reposense report. So probably low priority.
What feature(s) would you like to see in RepoSense?
The RepoSense command line arguments may be hard to navigate and takes some effort to reference (from the user guide) or commit to memory. Ideally, running the jar file should walk the user through the most relevant settings to get a report up and running.
This convenience feature should probably work something like
yarn init
which prompts the following sequentially:The text was updated successfully, but these errors were encountered: