UNPKG

@0divtag/cms_cli

Version:

CLI Tool for installing Blog CMS (https://github.com/0DivTag/blog_cms)

10 lines (7 loc) 246 B
const git = require('simple-git/promise')(); module.exports = { downloadRepo: async () => { console.log('\nPulling from https://github.com/0DivTag/blog_cms...\n'); return git.clone('https://github.com/0DivTag/blog_cms', '.'); } }