UNPKG

eploy2

Version:

Easy deployment for any programming languages and also transfer the files to a server instantly with a single command

10 lines (8 loc) 173 B
import ora from 'ora' const spinner = ora(); export const start_spinner = (args = '') =>{ spinner.start(args) } export const stop_spinner = () =>{ spinner.stop() }