victorteokw / graphql-joker

GraphQL Joker is the ultimate GraphQL scaffolding tool.
GNU General Public License v3.0
74 stars 9 forks source link

allowing --git-init on 'amur app' #38

Closed victorteokw closed 6 years ago

victorteokw commented 6 years ago

if inside git repo, then output to user 'already in a git repo'.

if not inside git repo, run git init automatically for user after installing the dependencies.

victorteokw commented 6 years ago

The behavior is --git-init is optional. Will not output to user if already in a git repo.