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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?