Gathering detailed insights and metrics for grunt-github-features-summary
Gathering detailed insights and metrics for grunt-github-features-summary
Gathering detailed insights and metrics for grunt-github-features-summary
Gathering detailed insights and metrics for grunt-github-features-summary
npm install grunt-github-features-summary
Typescript
Module System
Min. Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Commits
1 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Mar 09, 2016
Latest Version
0.2.0
Package Id
grunt-github-features-summary@0.2.0
Size
3.50 kB
NPM Version
1.4.9
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
1
5
Creates a file with commit messages for the last release.
This plugin requires Grunt ~0.4.4
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1npm install grunt-github-features-summary --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-github-features-summary');
In your project's Gruntfile, add a section named github_features_summary
to the data object passed into grunt.initConfig()
.
1grunt.initConfig({
2 github_features_summary: {
3 options: {
4 // Task-specific options go here.
5 },
6 your_target: {
7 // Target-specific file lists and/or options go here.
8 },
9 },
10});
oAuth authentication is provided to connect to Github API. In order to use it, repoURL and oAuth token must be set in config.json file.
Application works on master branch of a given repository. The first run of the application requires to have the lastCommitSha set in config.json file. This parameter indicates the commit to be used to start looking for messages.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/7 approved changesets -- score normalized to 1
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
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
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