Gaurav51289
Gaurav51289

Reputation: 570

What is the purpose of .yo-repository directory created with code generated by yeoman?

I was using a code generator that uses yeoman underneath. Recently, suddenly, started generating a .yo-repository directory.

I can't find what that is by a quick Google search.

Any help?

Upvotes: 2

Views: 331

Answers (1)

Unseen
Unseen

Reputation: 287

it looks that they are using this folder for installing packages. Check the yeoman-environment library here:

https://github.com/yeoman/environment/blob/4e75d3692ede9205118737b9522c3514faaaef5f/lib/util/repository.js#L173

Upvotes: 1

Related Questions