preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 557 forks source link

Using Yeoman generator. Versions of generator. #324

Closed NechiK closed 7 years ago

NechiK commented 7 years ago

Hello, guys! You make nice work of releasing generator. However, why you don't use Yeoman for it? So that developers have a possibility to install it by NPM, choose version of generator (which will contain inside required Angular version) instead of pulling repository, see your commits etc.

Foxandxss commented 7 years ago

I had so many bad experiences with it and its generators that I never considered that.

I am closing this because I don't think I am going to do that.

ollwenjones commented 7 years ago

A basic yeoman generator is easy to setup, but maintaining a good & thorough one is non-trivial. FWIW, I think I ran across one that references this config, @NechiK, you could ook for that.