peoplewareDo / generator-ng2-seed-advanced

An advanced Angular2 project generator with support for ngrx/store, ng2-translate, angulartics2, lodash, NativeScript (native mobile), Electron (Mac, Windows and Linux desktop) and more.
MIT License
21 stars 1 forks source link

update with latest seed #8

Open NathanWalker opened 7 years ago

NathanWalker commented 7 years ago

@victorsosa I was working on a new project that would greatly benefit from this. Curious if you have a quick step outline on how to update this to work with latest version of seed master?

victorsosa commented 7 years ago

@NathanWalker Right now the generator is pointing to peoplewareDo/angular2-seed-advanced which is published in NPM repo. I just updated to the last version from you master; So you just need only to npm update and you would be fine. (I updated it ones a month)

But if you find that is too long and you need the last code; then change this line in the package.json to:

"dependencies": {
    "angular2-seed-advanced":"git+https://git@github.com/NathanWalker/angular-seed-advanced.git",
...

or git+ssh://git@github.com/NathanWalker/angular-seed-advanced.git

After that is should be connected directly to you master repo