gruntjs / grunt-init

Generate project scaffolding from a template.
http://gruntjs.com/project-scaffolding
MIT License
193 stars 58 forks source link

Shell completion #83

Open JoshOldenburg opened 10 years ago

JoshOldenburg commented 10 years ago

I recently created grunt-init-completion to add shell completion for grunt-init. See https://npmjs.org/package/grunt-init-completion.

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.