Gathering detailed insights and metrics for kickout
Gathering detailed insights and metrics for kickout
Gathering detailed insights and metrics for kickout
Gathering detailed insights and metrics for kickout
npm install kickout
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (87.84%)
Makefile (12.16%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
139 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jun 02, 2025
Latest Version
2.0.0
Package Id
kickout@2.0.0
Unpacked Size
16.15 kB
Size
5.09 kB
File Count
5
NPM Version
11.4.1
Node Version
20.19.2
Published on
Jun 02, 2025
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
Conveniently Release Git-Versioned NPM Package
This is a small opinionated Command-Line Interface (CLI) for
conveniently releasing a Git-versioned NPM package. It performs sanity
checks, bumps the semantic version in package.json
, commits the changes to Git,
tags the repository with the new version and publishes the package via
NPM. The particular executed command are:
$ git status --porcelain
$ npm prepublish
$ npm view <package-name> version
# update package.json with <package-version>
$ git commit -m "release version <package-version>" package.json
$ git tag <package-version>
$ git push && git push --tags
$ npm publish --tag=<package-tag>
The executed shell commands might garble or even destroy some of your
data. Hence, be very careful and use the Kickout command on your own
risk. Especially, perform a dry-run with option --noop
always first
to see what particular commands would be executed. Also notice that the
initial "npm publish" intentionally has to be performed manually.
$ npm install -g kickout
$ kickout [-h] [-V] [-C] [-m <message>] [-t <tag>] major|minor|patch
-h
, --help
-V
, --version
-C
, --noColor
-n
, --noop
-m <message>
, --message <message>
release version <version>
).-t <tag>
, --tag <tag>
latest
).Copyright (c) 2017-2025 Dr. Ralf S. Engelschall (http://engelschall.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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 2025-07-07
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