meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator

Home Page:http://meanjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ yo meanjs:angular-module <module-name> - Docs on the site are out of date

rohanleach4 opened this issue · comments

$ yo meanjs:angular-module

no longer is correct. I believe it should be:

$ yo meanjs:mean-module

Wanna send a PR? :-)

I would love to, but in this case, I am not sure how to :-/

On 19 March 2016 at 11:14, Mikael Korpela notifications@github.com wrote:

Wanna send a PR? :-)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#208 (comment)

I just ran into this problem. Would love to have updated docs. @rohanleach4 do you need help creating a pull request?

@nodox yes please. That would be a great help

@rohanleach4 Here is a great tutorial on how to create PR

tl;dr

  1. Create local copy,
  2. pull from origin,
  3. create a local branch for the fix
  4. code, commit, push branch with fix to origin
  5. create PR on PR page with your branch.

The first half is all you really need but the bits towards the end are useful once you start contributing more.

Sorry for my tardiness of reply - stacked out at the moment.
I will look into this over this coming week - thanks for your time :-)