Skip to content

yangdezuan/hellodz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个简单的hello插件

学习npm插件第一步

控制脚本延迟的脚本

function sleep(long) {
  var start = Date.now()
  while (Date.now() - start < long) {}
  console.log('finish!')
}

About

一个简单的hello npm插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published