tlapse

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownertypicode/tlapse
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2017-01-04 21:46:50
Pushed At2018-10-05 13:07:16
Last Commit At2018-10-05 15:07:15
Release Count10
Last Release Namev1.1.0 (Posted on 2018-08-24 21:11:47)
First Release Namev0.1.1 (Posted on 2017-01-05 01:29:39)
用户参与
Stargazers Count2k
Watchers Count30
Fork Count61
Commits Count90
Has Issues Enabled
Issues Count8
Issue Open Count1
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private