This repo offers an exporting script that demonstrates updating a wikitable from an underlay collection.
To get started, begin by running
cp .env.sample .env
npm install
- Update the .env file with your wiki login credentials.
- Verify the
ulCollection
,ulCollectionVersion
, andwikiPageDestination
parameters at the top ofmain.js
- Run
npm start