stargazing
v1.0.7
Published
Script to star your package.json or requirements.txt dependencies
Readme
stargazing
🎵 Rollin', 🎵 rollin', 🎵 rollin', got me ⭐ stargazin' 🌠
Simple script written in Typescript to parse a npm generated package.json and a pip generated requirements.txt for their corresponding github repositories and stars them.
Installation/Running
You can run the script using npx by calling:
npx stargazingAlternatively, you can install it like a regular npm package and run it through node by calling ./bin/stargazing.js.
npm i stargazingTo use this, you must provide your github personal access token in a .env or in the script context. You can create a github personal access token here
