UNPKG

huskee-install

Version:

Huskee server installer

7 lines (5 loc) 184 B
#!/usr/bin/env node const fs = require('fs-extra') const userPath = process.cwd() const path = require('path') fs.copySync(path.join(__dirname, '../src'), `${userPath}/huskee`)