Gathering detailed insights and metrics for docsify-cli
Gathering detailed insights and metrics for docsify-cli
Gathering detailed insights and metrics for docsify-cli
Gathering detailed insights and metrics for docsify-cli
npm install docsify-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
76.9
Supply Chain
94
Quality
79
Maintenance
50
Vulnerability
98.9
License
JavaScript (94.57%)
HTML (5.43%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
742 Stars
284 Commits
159 Forks
20 Watchers
6 Branches
31 Contributors
Updated on Jul 08, 2025
Latest Version
4.4.4
Package Id
docsify-cli@4.4.4
Unpacked Size
42.59 kB
Size
11.91 kB
File Count
21
NPM Version
6.14.15
Node Version
14.17.6
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
17
🖌 docsify cli - A magical documentation generator.
Gold Sponsor via Open Collective
Running a server on
localhost
with live-reload.
Install docsify-cli
via npm
or yarn
globally.
1npm i docsify-cli -g 2# yarn global add docsify-cli
init
commandUse init
to generate your docs.
1docsify init <path> [--local false] [--theme vue] [--plugins false] 2 3# docsify i <path> [-l false] [-t vue] [--plugins false]
<path>
defaults to the current directory. Use relative paths like ./docs
(or docs
).
--local
option:
-l
false
docsify
files to the docs path, defaults to false
using cdn.jsdelivr.net
as the content delivery network (CDN). To explicitly set this option to false
use --no-local
.--theme
option:
-t
vue
vue
, other choices are buble
, dark
and pure
.--plugins
option:
-p
false
<script>
tags to index.html
.serve
commandRun a server on localhost
with livereload.
1docsify serve <path> [--open false] [--port 3000] 2 3# docsify s <path> [-o false] [-p 3000]
--open
option:
-o
false
false
. To explicitly set this option to false
use --no-open
.--port
option:
-p
3000
3000
.generate
commandDocsify's generators.
1docsify generate <path> [--sidebar _sidebar.md] 2 3# docsify g <path> [-s _sidebar.md]
--sidebar
option:
-s
_sidebar.md
_sidebar.md
.Please see the Contributing Guidelines
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 8/14 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
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
Reason
14 existing vulnerabilities detected
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