Gathering detailed insights and metrics for generator-react-prototype
Gathering detailed insights and metrics for generator-react-prototype
Gathering detailed insights and metrics for generator-react-prototype
Gathering detailed insights and metrics for generator-react-prototype
npm install generator-react-prototype
Typescript
Module System
Min. Node Version
Node Version
NPM Version
35.2
Supply Chain
55.8
Quality
63.4
Maintenance
25
Vulnerability
85
License
JavaScript (92.23%)
HTML (4.62%)
CSS (3.15%)
Total Downloads
3,028
Last Day
1
Last Week
3
Last Month
4
Last Year
102
123 Commits
3 Watching
1 Branches
1 Contributors
Latest Version
0.1.3
Package Id
generator-react-prototype@0.1.3
Size
1.36 MB
NPM Version
3.7.3
Node Version
5.9.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
200%
3
Compared to previous week
Last month
33.3%
4
Compared to previous month
Last year
-35.4%
102
Compared to previous year
4
1
Yeoman generator for quick prototypes, demos and PoCs. Comes with React, React-Router, Gulp, ES6, Browserify, etc.
This project should help you get started quickly when building demos, prototypes or quick proof of concept work around area of industrial internet. When you have plethora of APIs and realtime data, you can create quick, nice-looking demo around that by using this generator.
It contains only the very necessary: Tools for creating quick and nice looking UI with graphs and data. APIs to load data from different sources and visualize it with Highcharts. Nothing extra; No tests, no linting whatsoever.
$ npm install -g yo # Install Yeoman (if you don't have it yet)...
$ npm install -g generator-react-prototype # ...then install this generator...
$ yo react-prototype # ...and run it.
You can run the last command with --skip-install
if you wish to skip
the installation of npm
components. Now, when everything is ready, you can run these
tasks to help you develop your React components.
$ yo react-prototype:component [ComponentName] # Generates a react component with the given name
$ gulp watch # Starts up the local server and auto-reloads the browser
$ gulp build:production # Minifies your app, ready for production
$ gulp serve:production # Preview the built production files
Bundled:
Optional:
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-12-23
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