node.js - Including custom Yeoman generators in project -


i'm working on project private repos , have yeoman generators (and sub generators) set locally. how include these as part of project without publishing them npm?

i'd ideally have way me without having whole npm link thing if go project's package.json file installed generator locally when running npm install ideal.

you can specify git repo dependency (you know, yeoman generator)

https://npmjs.org/doc/json.html#dependencies


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -