Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 609 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 609 Bytes

Engineering Blog RSS Scheduler

This repository updates the RSS feed of AB180 Engineering Base every day.

✅ Requirement

How To Install

# install node from brew
brew install node

# install pnpm from brew
brew install pnpm

# setup version
pnpm env use --global 16

🏃 Install & Run

To transpile the TypeScript files,
run this command:

pnpm transpile

To transpile and create rss.xml,
run this command:

pnpm generate