- Provided a new command (init) that will generate an rcg.config.js file.
- The source folder(s) are generated in case they do not exist already.
- Generate components that support Next.js' built-in support for SCSS.
- Added a way to log what files are created by RCG on the CLI
- Added support for generating files with a custom file extension
- Load configuration options from an rcg.config.js file, if it exists
- Updated dependencies
- Be able to generate component and test files with a custom file extension (i.e. jsx)
- Test files are now generated as pending tests (for Jest only)
- Added a way to specify custom DOM to insert into the React Component
- Added a way to specify custom CSS to insert into the SASS file for the React Component
- Added suport to do both of these things via the command line.
- Added a command-line option to print the version of the package
- Added a way to specify an optional directory for generating the component into
- Updated the documentation on CLI usage
- Initial version of the library