GithubHelp home page GithubHelp logo

peterhalasz / purg Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 125 KB

A CLI app to check the public repositories of a user or organization. Use it in your CI to make sure you're not leaking any source code.

License: MIT License

JavaScript 100.00%

purg's Introduction

purg - public repository guard

A simple CLI app to check the public repositories of a user or organization. Use it in your CI to make sure you're not leaking any source code.

Getting the app

Install the app with yarn

yarn global add purg

or npm

npm install -G purg

and run it with

purg <github user name> [options]

Alternatively you can run it without installation with npx

npx purg <github user name> [options]

Usage

Usage purg <github user name> [options]

Options:
  --version       Show version number                                  [boolean]
  -o, --org       Indicates an organisation                            [boolean]
  -e, --expected  Expected public repositories                           [array]
  -n, --number    Expected number of public repositories                [number]
  -h, --help      Show help                                            [boolean]

Examples:
  purg microsoft -o               Prints the public repos of Microsoft
  purg peterhalasz                Prints the public repos of peterhalasz
  purg peterhalasz -e purg test   Prints the public repos of peterhalasz and fails if it does not match the list

Contributing

Yes please (:

purg's People

Contributors

peterhalasz avatar

Stargazers

Laurenz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.