Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 350 Bytes

File metadata and controls

25 lines (17 loc) · 350 Bytes

Useful Scripts

A collection of useful TypeScript scripts for various tasks.

Installation

git clone https://github.com/DTrombett/useful-scripts.git
cd useful-scripts
npm ci

Usage

Run a script using:

npm start <script-name>

For example, to run the Tweet embed screenshot script:

npm start tweetEmbed