Fetch all the starred repositories for a GitHub user
This packages helps in retrieving all the starred repositories for a given github user
npm i --save {{ PROJECT_NAME }}
# OR
yarn add {{ PROJECT_NAME }}
Project is pretty simple and straight forward for what is my needs, but if you have any idea you're welcome.
This projects uses commitlint with Angular configuration so be sure to use standard commit format or PR won't be accepted.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat(scope): some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Simone Corsi - @im_simonecorsi