Skip to content

Releases: lvstross/make-react-component

v.2.0.1 - Release new architecture with prompt instead of arguments

20 Aug 18:08
Compare
Choose a tag to compare

What's Changed

V2.0.1 is a major breaking change from the prior 1.** versions as the whole paradigm is different as to how the tool is even used.
Now introducing a prompt style cli instead of loads of complex arguments and parameters to be passed into the tool. Just simply run makeReact and it will take you through the process. Much easier to contribute to as well.

New Contributors

Full Changelog: v1.5.0...v2.0.1

Parameters

05 Feb 23:46
Compare
Choose a tag to compare

This release adds a key feature for now and future functionality and that is the parameters system. This allows you to specific parameters for you generated files in the for of giving custom file extensions, props and state for your components.