Gathering detailed insights and metrics for redux-file-gen
Gathering detailed insights and metrics for redux-file-gen
Gathering detailed insights and metrics for redux-file-gen
Gathering detailed insights and metrics for redux-file-gen
A npm script for generating all parts of react and redux web application.
npm install redux-file-gen
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Stars
311 Commits
3 Forks
2 Watchers
3 Branches
4 Contributors
Updated on Sep 06, 2023
Latest Version
1.2.40
Package Id
redux-file-gen@1.2.40
Size
23.55 kB
NPM Version
3.9.3
Node Version
6.2.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This generator helps to create the necessary files for a react-redux application. It follows the file structure below. The frontend
folder is stored at the root directory of the application.
npm install -g redux-file-gen
In order to create the terminal command redux
, this package needs to be installed globally.
redux [command] [fileType] [options]
1frontend 2 |- actions 3 |- <actionName>_actions.js 4 |- components 5 |- <componentName> 6 |- <componentName>.jsx 7 |- index.jsx 8 |- app.jsx 9 |- root.jsx 10 |- reducers 11 |- root_reducer.js 12 |- <reducerName>_reducer.js 13 |- store 14 |- store.js 15 |- util 16 |- <utilName>_util.js 17 |- <projectName>.jsx
Command | Alias | Function |
---|---|---|
generate | g | use the file generator |
remove | r | remove the generated files |
--help | -h | see available commands |
--version | -v | see current package version |
FileType | Function |
---|---|
base <projectName> | generate app.jsx , root.jsx , <projectName>.jsx , and store.js |
action <name> [action1] [action2] ... | generate <name>_actions.js with specified actions |
component <name> [options] | generate <name>.jsx and <name>_container.jsx |
reducer <name> [action1] [action2] ... | generate <name>_reducer.js |
util <name> [util1] [util2] ... | generate <name>_util.js with specified utils |
Option | Alias | Function |
---|---|---|
--functional | -f | create functional component |
--no-container | -nc | do not create component container |
To see what features are added during each update, click here
To request a feature or report an issue, click here.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/20 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
30 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More