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

Add support to generate gitignore file directly with specified language #9

Open
ntnyq opened this issue Aug 13, 2019 · 3 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ntnyq
Copy link

ntnyq commented Aug 13, 2019

i.e:

$ gitignore Node

And I thougnt it's better to make first letter case-insensitive.

@christopherkade
Copy link
Owner

Love the idea, it totally makes sense to have the choice between selecting via a list and inputting it directly. If you want to work on it feel free to do so, otherwise I'll look into it

@christopherkade christopherkade added enhancement New feature or request help wanted Extra attention is needed labels Aug 19, 2019
@gangadharjannu
Copy link

@christopherkade I can work on this feature but we need to agree on the way we provide this feature.
I have the below process in my mind:

  1. User types gitignore list which will return the list of gitignore files identified by names
  2. Upon selecting or copying the text, user types gitignore node which will generate .gitignore file.

I'm confused whether to provide the user an option to see the list of gitignore files, if not, how would user knows which keyword mapped to the corresponding .gitignore file?

@codenamejason
Copy link

codenamejason commented Jan 14, 2020

You could use gitignore --help to get the list of commands. That is the typical setup I would expect from a command line program like this. Then the user just has to choose from the list of commands of which they need to use. i.e. gitignore Node or gitignore Dotnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants