2.16.0 • Published 3 years ago

@pown/github v2.16.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Follow on Twitter NPM Fury default workflow SecApps

Pown Github

Pown Github is a library and a tool to work with the Github API. The project expors both a pown command and a transform for @pown/recon.

Credits

This tool is part of secapps.com open-source initiative.

  ___ ___ ___   _   ___ ___  ___
 / __| __/ __| /_\ | _ \ _ \/ __|
 \__ \ _| (__ / _ \|  _/  _/\__ \
 |___/___\___/_/ \_\_| |_|  |___/
  https://secapps.com

Authors

Quickstart

This tool is meant to be used as part of Pown.js, but it can be invoked separately as an independent tool.

Install Pown first as usual:

$ npm install -g pown@latest

Install github:

$ pown modules install @pown/github

Invoke directly from Pown:

$ pown github

Standalone Use

Install this module locally from the root of your project:

$ npm install @pown/github --save

Once done, invoke pown cli:

$ POWN_ROOT=. ./node_modules/.bin/pown-cli github

You can also use the global pown to invoke the tool locally:

$ POWN_ROOT=. pown github

Usage

WARNING: This pown command is currently under development and as a result will be subject to breaking changes.

pown-cli github <command>

Github utility

Commands:
  pown-cli github user <login>         Show user
  pown-cli github org <login>          Show org
  pown-cli github search <term>        Search github
  pown-cli github repos <login>        List repos
  pown-cli github gists <login>        List gists
  pown-cli github orgs <login>         List orgs
  pown-cli github members <login>      List members
  pown-cli github contributors <repo>  Show contributors

Options:
  --version  Show version number  [boolean]
  --help     Show help  [boolean]

Pown Recon Usage

WARNING: This pown recon transform is currently under development and as a result will be subject to breaking changes.

$ pown modules intall @pown/recon # install recon module
$ pown modules install @pown/github # install github module
$ pown recon transform github_user pdparchitect # do recon transformation
2.15.0

3 years ago

2.16.0

3 years ago

2.13.0

3 years ago

2.14.0

3 years ago

2.11.0

3 years ago

2.12.0

3 years ago

2.11.1

3 years ago

2.10.0

3 years ago

2.9.0

3 years ago

2.8.0

3 years ago

2.7.0

3 years ago

2.6.0

4 years ago

2.5.3

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago