Skip to content
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

Build the cli #6

Open
lejard-h opened this issue Jun 1, 2016 · 5 comments
Open

Build the cli #6

lejard-h opened this issue Jun 1, 2016 · 5 comments
Labels

Comments

@lejard-h
Copy link
Collaborator

lejard-h commented Jun 1, 2016

Should we build a generic package to create interactive cli program (like yeoman, angular-cli ...) or just using the args package ?

I can't find any good package on pub, I know this one:
https://github.com/dart-bridge/cupid
Except that it looks dead.

@luisvt
Copy link
Collaborator

luisvt commented Jun 2, 2016

I don't know any other package. cupid looks more complete than args.

However I would like to convert Inquirer.js to dart. That's the package that yo uses to make questions in the command line.

@lejard-h
Copy link
Collaborator Author

lejard-h commented Jun 2, 2016

Actually it is not too complicate, I am building something right now compatible with the args package

@lejard-h
Copy link
Collaborator Author

lejard-h commented Jun 2, 2016

https://github.com/lejard-h/coffee_cli

There is a first version,
I would like to have a termcaps interface like yeoman but mayber for later :)

@luisvt
Copy link
Collaborator

luisvt commented Jun 2, 2016

I think we should use cupid.

@lejard-h
Copy link
Collaborator Author

Maybe you start to use cupid, but I continued my package for an other project.

It's more like cupid now, but I add termcaps to choose allowed parameters and/or available commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants