How much I understood yeoman generates all application ?!And I want to create only some files.For example: I am writing in the gen component Search console and a Search.js file is created in the Components folder with the contents of the React component. - Pavel
one
here is github.com/newtriks/generator-react-webpack for example: yo react-webpack:component my/namespaced/components/name .Although I wrote my live templates and it’s much more convenient to work with them in the IDE :) Then I’ll tell you, people write their own generators for themselves, so it’s easier to syntactically work with the code.And you can take an example from a turnip that I threw off - Vasily Barbashev
yeomanis :) - Vasily Barbashevyo react-webpack:component my/namespaced/components/name. Although I wrote mylive templatesand it’s much more convenient to work with them in the IDE :) Then I’ll tell you, people write their own generators for themselves, so it’s easier to syntactically work with the code. And you can take an example from a turnip that I threw off - Vasily Barbashev