UNPKG

ludd

Version:

The Luddites CLI Client To Install And Publish Dependencies.

6 lines (5 loc) 177 B
import indicatrix from 'indicatrix' export default async function Init() { const p = new Promise(r => setTimeout(r, 2000)) await indicatrix('Initialising the package', p) }