This repository will help you to generate the data and the template needed to the One Beyond Open Source Newsletter.
- Great testing (in progress) 🍿
- Github data collection 📊
- StepSecurity data collection 🔐
- Cauldron data collection 🍲
- Npm stat data collection 📦
- Great template with EJS ⭐️
nvm use
npm i
You will need to create a .env
file with the following content:
GITHUB_TOKEN=thisismytoken
In order to generate the token please follow this guideslines, only read access to public repositories is needed.
Ensure Cauldron project is updated with the last changes in the org before running the script.
DEBUG=newsletter* npm run start
The generated report will be located at /output
folder.