Skip to content

Files

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