Gathering detailed insights and metrics for @nice-move/cli
Gathering detailed insights and metrics for @nice-move/cli
Gathering detailed insights and metrics for @nice-move/cli
Gathering detailed insights and metrics for @nice-move/cli
npm install @nice-move/cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.48%)
TypeScript (0.32%)
Shell (0.2%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
664 Commits
3 Forks
1 Watchers
3 Branches
4 Contributors
Updated on Jul 08, 2025
Latest Version
0.11.26
Package Id
@nice-move/cli@0.11.26
Unpacked Size
352.10 kB
Size
111.32 kB
File Count
20
NPM Version
11.4.2
Node Version
22.16.0
Published on
Jun 20, 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
1
5
Frontend develop helper for frontend development.
1npm install @nice-move/cli --save-dev
1npm exec nice-move <command>
lint commit
Lint git commit message.
Use commitlint to enforcing conventional commits.
1#!/bin/sh 2 3# file: .git/hooks/commit-msg 4 5npm exec nice-move lint commit
lint staged
Lint and format git staged files.
Install eslint
/ stylelint
/ prettier
/ garou
when needed:
1npm install eslint stylelint prettier garou --save-dev
Add configurations:
1// file: package.json 2{ 3 "eslintConfig": {}, 4 "prettier": {}, 5 "stylelint": {}, 6 "garou": {} 7}
1#!/bin/sh 2 3# file: .git/hooks/pre-commit 4 5npm exec nice-move lint staged
Change a few files, then run:
1git add . 2npm exec nice-move lint staged
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
dependency not pinned by hash detected -- score normalized to 0
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