react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

yo command for removing component #225

Closed yipcma closed 8 years ago

yipcma commented 8 years ago

Would it be desirable to have a yo command to remove a component and its associated styl and test?

weblogixx commented 8 years ago

Hi @yipcma,

that would be possible. However, there could be stuff missing (e.g. the user has already removed the associated styles or moved the component). Will have a look at it and eventually include it in the next major release.