-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new options to generate command #8
Comments
Good call, I think instead of having the |
I will give a try next weekend |
Can you please explain me the task I am unable to understand it. Whether we want a command to add feature or we have to add new command as features.I will be happy to do this once you explain it. |
Hey @nikhilspy we already have that command and feature. The missing part is on add support to do the request in the doc website. Check HoppRequest.vue, is very incomplete.. Maybe you could check these supporting more methods and options. |
Consider adding some options for the users in the generate command?
I was wondering something like:
-o, --output-path <path>
Now the default value of path is
docs/README.md
. Would be nice if we could replace it for some other path.2.-u, --update
Now if we have a docs folder or a package.json the process is stoped. As the api evolves is common the need to update the documentation. With this option set, the user could just update the existing markdown file.-n, --no-install
It is great that the cli create all the doc website and npm install and so on. But in some cases it is more usefull to gerenerate just the plain markdown.
-r, --request-buttons
Would be nice if in the generated website we could run the requests and easily test the apis.
todo:
-o, --output-path <path>
-n, --no-install
-r, --request-buttons
The text was updated successfully, but these errors were encountered: