Gathering detailed insights and metrics for @cognite/generator-create-react-redux-app
Gathering detailed insights and metrics for @cognite/generator-create-react-redux-app
Gathering detailed insights and metrics for @cognite/generator-create-react-redux-app
Gathering detailed insights and metrics for @cognite/generator-create-react-redux-app
Generate react app with redux, styled components etc.
npm install @cognite/generator-create-react-redux-app
Typescript
Module System
JavaScript (79.7%)
HTML (20.3%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
2 Stars
263 Commits
87 Watchers
4 Branches
535 Contributors
Updated on Jan 28, 2023
Latest Version
2.1.0
Package Id
@cognite/generator-create-react-redux-app@2.1.0
Unpacked Size
72.48 kB
Size
20.56 kB
File Count
93
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 was orginally forked from generator-create-redux-app and has been adapted to the Cognite Way™
This generator adds Redux, styled-components and other useful libraries and tools on top of the most common React starter Create React App. It also provides a folder structure and code style based on what is considered best practices. Below you will find some information on how to perform common tasks.
First, install Yeoman and generator-create-react-redux-app using yarn( You’ll need to have Node >= 6.10.3 on your machine node.js).
1yarn global add yo 2yarn global add @cognite/generator-create-react-redux-app
Then generate your new project:
1mkdir project-name 2cd project-name 3yo @cognite/create-react-redux-app
Once the installation is done, these commands are available to you
1yarn start // start dev server 2yarn test // run tests in watch mode 3yarn build // build for production 4yarn generate // generate new components, containers or modules
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/3 approved changesets -- score normalized to 3
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
45 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