99x / react-scaffolder

:zap: Scaffolding tool for React
MIT License
44 stars 14 forks source link

Generate component by param without folder #58

Closed shapkarin closed 5 years ago

shapkarin commented 5 years ago

Actual Behaviour

After last PR there is no ability to generate files without folders.

shapkarin commented 5 years ago

I start to fix that at that branch but better is use obj as arguments options: {file: true} I think to add that later. But anyway that works.

shapkarin commented 5 years ago

@rajikaimal and here is Pull Request