PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

Correct the documentation for adding projects #59

Closed jsurland closed 7 years ago

jsurland commented 7 years ago

User story

As a Developer, I want to have correct 'How To Add Project' documentation so that I can follow the documentation easily without confusion. (Please replace the <> areas and remove this parentheses)

image

Expected behavior

Documentation should say

yo helix:add

Actual behavior

Documentation says

yo helix:add [Projectname]

Steps to reproduce the behavior

RTFM :-D

Saturate commented 7 years ago

It works, if you define the first argument it's the default name of the project and you can skip on to the next options.

image

Maybe we can make it clear that it's a optional thing, or just leave it out and let powerusers use it.

istern commented 7 years ago

Issue being close Documentation has been updated