Skip to content

msickpaler/puppeteer-typescript-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppeteer-typescript-boilerplate

A boilerplate for Puppeteer + TypeScript.

I just wanted to use TypeScript, instead of JavaScript, to crawl websites with Puppeteer.
I didn't want to be bothered like 'I need to install puppeteer first, then node-ts, oh I forgot to install tslint...'.
You neither, right ?

Just clone this repo.

Usage

  1. do this:
git clone https://github.com/sosmii/puppeteer-typescript-boilerplate.git
cd puppeteer-typescript-boilerplate
npm i
rm -rf .git
  1. Write your code in src/index.ts
  2. npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published