1.0.7 ā€¢ Published 2 years ago

stargazing v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 stargazing

Alternatively, you can install it like a regular npm package and run it through node by calling ./bin/stargazing.js.

npm i stargazing

To 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