UNPKG

@docsi/cli

Version:

CLI Tool for installing the Docsi template

5 lines (4 loc) 150 B
const docsCommand = async () => { console.log('You can visit the docs at: https://shuka.rip/projects/docsi/'.blue) } module.exports = docsCommand