jhipster / jhipster-bot

Bot for creating JHipster applications
Apache License 2.0
15 stars 8 forks source link

Finish the conversation with the SlackBot #4

Open CarlKlagba opened 8 years ago

CarlKlagba commented 8 years ago

The methodology has been laid down for the most part, but the conversation with the SlackBot is still not done due to the number of cases and conditions to be taken into account for the creation of the .yo-rc.json file. The conversation must follow what the generator does and use the occasion to generalize the process so we can re-use it.

PierreBesson commented 8 years ago

I don't know if the bot could use this to integrate with yeoman: http://yeoman.io/authoring/integrating-yeoman.html Have you looked into it ?

CarlKlagba commented 8 years ago

Julien checked it out already. He said it is not really working properly... He tried simple examples the all failed.

PierreBesson commented 8 years ago

Well it could explain why the Yeoman App doesn't work with JHipster... Nevermind manually generating the .yo-rc.json will be good enough.