tlapse

? Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

Github星跟踪图

tlapse Build Status npm

Create a timelapse of your web development ?

A tiny utility that takes periodic screenshots of your site while you develop. Uses Puppeteer for creating beautiful high resolution screenshots ?.

Usage

npm install npm-run-all tlapse --save-dev
{
  "scripts": {
    "dev": "run-p server tlapse",
    "server": "node server",
    "tlapse": "tlapse localhost:3000"
  }
}
npm run dev

Note npm-run-all lets you run scripts in parallel and makes sure that both tlapse and server are started.

Options tlapse can be configured to use different screenshot resolution, interval, etc... to view available options run

tlapse --help

Articles

License

MIT - Typicode :cactus: - Patreon

主要指标

概览
名称与所有者typicode/tlapse
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2017-01-04 21:46:50
推送于2018-10-05 13:07:16
最后一次提交2018-10-05 15:07:15
发布数10
最新版本名称v1.1.0 (发布于 2018-08-24 21:11:47)
第一版名称v0.1.1 (发布于 2017-01-05 01:29:39)
用户参与
星数2k
关注者数28
派生数61
提交数90
已启用问题?
问题数8
打开的问题数1
拉请求数9
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?