-
Creating a new template correctly includes a .gitignore but there is also a _dot.gitignore file still in the root
-
Hi!
Thanks for the amazing Project!
**Problem statement :**
Is there any way we can create a file if it doesn't exist while injection. Went through the docs and issues but couldn't find anythin…
-
Lately, the plugin causes the IDE to be absolutely unusable.
- Indexing takes ages to complete and not much works when indexing is active
- even when not indexing, the IDE seems stuck in some zombie…
-
Any new project should copy over default template files.
Templates must live under `/templates`
Create methods to copy templates for the following files:
- Gemfile (here is an example https://github…
-
Would be good to be able to list generator tasks - not all, but maybe that are not silenced? only the main, without the aliases. Also generator help task if exist.
Something like that
``` sh
# list …
-
After upgrading to 5.0.0-beta.6, my command running `yarn api-client-generator` does not work anymore, I get the following output:
```
/usr/bin/env: ‘node\r’: No such file or directory
error Com…
edbzn updated
2 years ago
-
Hello! Firstly, thank you for yeoman!
My subgenerator create some files base on files in templates folder.
```
this.fs.copyTpl(...);
```
I try to call subgenerator in may main generator.
If…
-
When I try to use completion with my rails generators:
```
$ rails g
controller mailer observer scaffold_controller
delayed_job migration …
-
```
$ node --version
v0.10.33
$ npm install -g yo
$ npm install -g generator-node-esnext
$ mkdir X && cd X && yo node-esnext
You're using the Yeoman node ES6 package generator.
[?] What do you want t…
-
Currently the generator does not work when trying to start a new project with Pattern Lab.
When
`yo mg-redux`
Regardless of choosing pattern lab or not you get the following output immediately afte…