lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

.gitignore not generated using advanced method #108

Closed va1729 closed 6 years ago

va1729 commented 6 years ago

Thanks for the awesome starter kit!

The .gitignore file is not generated when I used the Yeoman. I manually copied the .gitignore and pasted it into my codebase. Please close the issue if there is a valid reason for not generating it.

Expected Behavior

It should generate .gitignore

Actual Behavior

It did not generate .gitignore file

Steps to Reproduce

Follow the installation instructions under Advance usage in README

$ npm install -g yo generator-relay-fullstack
$ mkdir relay-fullstack && cd $_
$ yo relay-fullstack
$ npm start
lvarayut commented 6 years ago

Thanks @Vivekananda-Athukuri for reporting. We decided to drop the yeoman support, the yeoman branch won't contain the latest code version, please read more about it here https://github.com/lvarayut/relay-fullstack/issues/72#issuecomment-310847653. Please follow this instruction to get the latest version.

lvarayut commented 6 years ago

I'm going to close this issue for now. Please feel free to continue the discussion here if you had more question.