grunt-init
grunt-init copied to clipboard
Generate project scaffolding from a template.
I have a template that contains a .gitignore in the root/ folder. After I run the grunt-init scaffolding, this file turns into a .npmignore file. Is this done intentionally? Possibly...
Hi, I'd like to be able to specify the regexp for substitutions. Currently, I'm using {%= %}. Eg. {%= name %} I would expect that any other pattern is ignored....
While trying to `grunt-init gruntplugin` I am getting the following error: _Fatal error: Arguments to path.join must be strings_ > This only seems to happen if I provide custom value...
Bower supports usage through a [public API](http://bower.io/#programmatic-api). It would be great to have the same capabilities for `grunt-init`. I would like to use `grunt-init` from inside another program which would...
Are there guidelines for naming [grunt-init](../) templates? Should community-made templates have (or not have) a particular prefix? Do templates have a specific npm tag like [plugins](https://www.npmjs.org/browse/keyword/gruntplugin) do?
IMHO one of important features that `grunt-init` lacks is ability to skip a question (prompt) depending on answers for previous questions (results of previous prompts). For example, consider the following...
Escape sequences: ^[[D, ^[[C etc are printed on the terminal when using arrow keys instead of moving through the line.
## Background As i create a custom prompt in my template.js like: ``` { name: 'langcode', message: 'The language of the default index.html', default: 'en', warning: 'It must be an...