Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awesome-stars

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-stars

Adds star counts to awesome lists

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#Awesome Stars!

A tool for adding star counts, and updating redirected URLs, for awesome lists.

Usage

Install from npm:

$ npm install -g awesome-stars

Run this tool on the command link:

$ awesome-stars -h

  Usage: cli [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -i, --infile [file]      Input file
    -o, --outfile [file]     Output file
    -b, --bold [starCount]   Embolden links if the star count exceeds the given number
    -u, --username [string]  GitHub username
    -p, --password [string]  GitHub password or token

Here's an example usage where stars are added, and links with >5,000 stars are emboldened:

$ awesome-stars -i README.md -o README_STARRED.md -u ColinEberhardt -p ##GITHUB_TOKEN## -b 5000

Given the following source:

## Dependency Managers

*Dependency manager software for Swift.*

* [Carthage](https://github.com/Carthage/Carthage) - a new dependency manager for Swift.
* [CocoaPods](https://github.com/CocoaPods/CocoaPods) - the most used dependency manager for Objective-C and Swift (Swift supported since version 0.36.0).
* [Conche](https://github.com/Conche/Conche) - Swift build system and dependency manager.
* [swift-package-manager](https://github.com/apple/swift-package-manager) - SPM is the Package Manager for the Swift Programming Language.

It outputs the following:

## Dependency Managers

*Dependency manager software for Swift.*

* [**Carthage ★6,615**](https://github.com/Carthage/Carthage) - a new dependency manager for Swift.
* [**CocoaPods ★7,736**](https://github.com/CocoaPods/CocoaPods) - the most used dependency manager for Objective-C and Swift (Swift supported since version 0.36.0).
* [Conche ★148](https://github.com/Conche/Conche) - Swift build system and dependency manager.
* [swift-package-manager ★3,931](https://github.com/apple/swift-package-manager) - SPM is the Package Manager for the Swift Programming Language.

FAQs

Package last updated on 24 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc