UNPKG
ludd
Version:
latest (0.0.0)
0.0.0
The Luddites CLI Client To Install And Publish Dependencies.
luddites.io
ludd
/
src
/
bin
/
commands
/
init.js
6 lines
(5 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
import
indicatrix
from
'indicatrix'
export
default
async
function
Init
(
) {
const
p =
new
Promise
(
r
=>
setTimeout
(r,
2000
))
await
indicatrix
(
'Initialising the package'
, p) }