-
Notifications
You must be signed in to change notification settings - Fork 17
Create a CLI for scancode-server
#114
Comments
Interesting idea! Can you elaborate a bit what would be the workflow? Especially assuming that the cli is not co-located with the server. |
@pombredanne we can create a package for the project, using setuptools and Click/Docopt for creating the interface. Views @chetanya-shrimali |
@yashLadha exactly. I think I prefer Click (which is what is used in the ScanCode toolkit). One thing that would need to be fleshed out first would be what this CLI would offer? |
@pombredanne what i think is to include main functionalities like parsing and major functional endpoints in the code. That way the documentation of the CLI would be easy and meaningful. Porting the whole code and giving meaningful endpoints for different function would be a good code. However i haven't gone through the codebase yet (suggesting on my past experience with CLI apps creation), i will be in better position to tell functional endpoints when i will atleast walk through the codebase. |
@yashLadha ok, if you were to kinda sketch out what would the help of this CLI look like, what would it be roughly? |
I have created a CLI for a web app, so if i think in that way then the help should contains the short param ( |
@yashLadha I meant by this: what would be the argument and options? what could you do with the CLI? |
@yashLadha ping? |
For that I have to look into the codebase. Currently my in-semester
examinations are going on.
…On Sat 24 Mar, 2018, 5:13 AM Philippe Ombredanne, ***@***.***> wrote:
@yashLadha <http:///yashLadha> ping?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARMqT_Sn6JdWK1tPtyi0U3IHKNHaZs4xks5thYi8gaJpZM4SJdBo>
.
|
create a command-line interface for scancode-server. So that we could run commands directly from the terminal.
The text was updated successfully, but these errors were encountered: