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

badger-cli

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

badger-cli

Quickly generate metadata badges in terminal

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

badger-cli

Quickly generate metadata badges in terminal
npm package version npm downloads standard JS linter prettier code formatting travis ci build status project license make a pull request


Built with ❤︎ by tiaanduplessis and contributors

Table of Contents

Table of Contents
  • About
  • Install
  • Usage
  • Contribute
  • License
  • About

    CLI just wraps badge-studio.

    Install

    $ npm install badger-cli
    # OR
    $ yarn add badger-cli
    

    Usage

    $ badger --subject=build --status=passing
    #<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="88" height="20">
    #  <linearGradient id="smooth" x2="0" y2="100%">
    #    <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
    #    <stop offset="1" stop-opacity=".1"/>
    #  </linearGradient>
    #
    #  <clipPath id="round">
    #    <rect width="88" height="20" rx="3" fill="#fff"/>
    #  </clipPath>
    #
    #  <g clip-path="url(#round)">
    #    <rect width="37" height="20" fill="#555"/>
    #    <rect x="37" width="51" height="20" fill="#4c1"/>
    #    <rect width="88" height="20" fill="url(#smooth)"/>
    #  </g>
    #
    #  <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
    #
    #
    #    <text x="18.5" y="15" fill="#010101" fill-opacity=".3">build</text>
    #
    #    <text x="18.5" y="14" fill="#fff">build</text>
    #
    #    <text x="61.5" y="15" fill="#010101" fill-opacity=".3">passing</text>
    #
    #    <text x="61.5" y="14" fill="#fff">passing</text>
    #  </g>
    #</svg>
    

    Possible arguments:

    • --subject`
    • --status
    • --logo

    Contributing

    Contributions are welcome!

    1. Fork it.
    2. Create your feature branch: git checkout -b my-new-feature
    3. Commit your changes: git commit -am 'Add some feature'
    4. Push to the branch: git push origin my-new-feature
    5. Submit a pull request :D

    Or open up a issue.

    License

    Licensed under the MIT License.

    FAQs

    Package last updated on 30 Jun 2017

    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