Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 884 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 884 Bytes

Kcwiki Newest Items

CI

Introduction

Automatically update The Latest Items Template based on rss.

Usages

# install dependencies
npm install

# get data from the configured URL
npm run feed

# generate html based on data
npm run build

# deploy html to wiki page
# require environment variables USERNAME and PASSWORD
npm run deploy

# clean build cache
npm run clean

Configuration

See scripts/config for more details.

Dependencies

License

The MIT License