There is a possibility to add some custom configurations by adding reactStateRxJsCli section to package.json file
reactStateRxJsCli
package.json
..., "reactStateRxJsCli": { "basePath": "", "actionsFolderName": "custom-actions" }
where
basePath - path from where to start navigating through folders e.g. src\\app
src\\app
actionsFolderName - sets custom name for actions folder. Default is actions
actions
Last updated 6 years ago