Gathering detailed insights and metrics for create-kkt
Gathering detailed insights and metrics for create-kkt
Gathering detailed insights and metrics for create-kkt
Gathering detailed insights and metrics for create-kkt
npm install create-kkt
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63.9
Supply Chain
82.4
Quality
73.7
Maintenance
25
Vulnerability
99.6
License
TypeScript (98.71%)
Shell (0.71%)
JavaScript (0.59%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
91 Commits
1 Forks
1 Watchers
6 Branches
2 Contributors
Updated on Oct 06, 2021
Latest Version
3.0.0
Package Id
create-kkt@3.0.0
Unpacked Size
21.04 kB
Size
5.78 kB
File Count
15
NPM Version
6.14.15
Node Version
14.18.0
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
Creates a kkt application using the command line.
1# npm 6.x 2$ npm init kkt my-app --example react-component-tsx 3# npm 7+, extra double-dash is needed: 4$ npm init kkt my-app -- --example react-component-tsx 5 6$ yarn create kkt [appName] 7# or npm 8$ npm create kkt my-app 9# or npx 10$ npx create-kkt my-app
or
1$ npm i create-kkt -g
Below is a help of commands you might find useful. The example download is from https://kktjs.github.io/zip/
1Usage: create-kkt <app-name> [options] [--help|h] 2 3Options: 4 --version, -v Show version number 5 --help, -h Displays help information. 6 --output, -o Output directory. 7 --example, -e Example from: https://kktjs.github.io/zip/ , default: "basic" 8 --force, -f Overwrite target directory if it exists. default: false 9 --path, -p Specify the download target git address. default: "https://kktjs.github.io/zip/" 10 11Example: 12 npx create-kkt my-app 13 yarn create kkt appName 14 npm create kkt my-app 15 npm create kkt my-app -f 16 npm create kkt my-app -p https://kktjs.github.io/zip/ 17 18Copyright 2021
1npm run watch # Listen compile .ts files. 2npm run build # compile .ts files.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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