Installations
npm install generator-react-prototype
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=5.8.0
Node Version
5.9.1
NPM Version
3.7.3
Score
35.2
Supply Chain
55.8
Quality
63.4
Maintenance
25
Vulnerability
85
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (92.23%)
HTML (4.62%)
CSS (3.15%)
Developer
hellenic
Download Statistics
Total Downloads
3,028
Last Day
1
Last Week
3
Last Month
4
Last Year
102
GitHub Statistics
123 Commits
3 Watching
1 Branches
1 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
3,028
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
4
Peer Dependencies
1
generator-react-prototype
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.
Getting Started
$ 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
What's inside?
Bundled:
- React, React-Router
- Axios, Highcharts, Moment
- Gulp, Watchify, Browserify, Babelify
- Less
- Tools for using some APIs (Cumulocity, Trelab...)
- Graph components and some icons
Optional:
- Semantic UI
License
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
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
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