Open JoshOldenburg opened 10 years ago
I recently created grunt-init-completion to add shell completion for grunt-init. See https://npmjs.org/package/grunt-init-completion.
grunt-init-completion
grunt-init
npm install --global grunt-init-completion grunt-init-completion completion --save
I decided to do this with an external module because shell completion is confusing enough as is and I thought this would be simpler, but I am willing to have it added to the core.
I recently created
grunt-init-completion
to add shell completion forgrunt-init
. See https://npmjs.org/package/grunt-init-completion.I decided to do this with an external module because shell completion is confusing enough as is and I thought this would be simpler, but I am willing to have it added to the core.