UNPKG
@docsi/cli
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
CLI Tool for installing the Docsi template
github.com/Shukaaa/docsi-cli
Shukaaa/docsi-cli
@docsi/cli
/
src
/
commands
/
docs.js
5 lines
(4 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
const
docsCommand
=
async
(
) => {
console
.
log
(
'You can visit the docs at: https://shuka.rip/projects/docsi/'
.
blue
) }
module
.
exports
= docsCommand