npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@blockforfun/plugin-git

v6.0.0

Published

BlockFor.fun CLI git plugin

Downloads

47

Readme

@blockforfun/plugin-git

BlockFor.fun CLI git plugin

oclif GitHub Version Downloads/week License

Usage

$ npm install -g @blockforfun/plugin-git
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-git/6.0.0 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example delete:json SOURCE PATH

deletes entries in json format from a BlockFor.fun git registry

USAGE
  $ oclif-example delete:json SOURCE PATH

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example rm:json
  $ oclif-example del:json

See code: src\commands\delete\json.js

oclif-example delete:text SOURCE PATH

deletes entries in text format from a BlockFor.fun git registry

USAGE
  $ oclif-example delete:text SOURCE PATH

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example rm:text
  $ oclif-example del:text

See code: src\commands\delete\text.js

oclif-example export:json SOURCE

exports json entries from a BlockFor.fun git registry

USAGE
  $ oclif-example export:json SOURCE

ARGUMENTS
  SOURCE  git repository URL or path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

See code: src\commands\export\json.js

oclif-example export:text SOURCE

exports text entries from a BlockFor.fun git registry

USAGE
  $ oclif-example export:text SOURCE

ARGUMENTS
  SOURCE  git repository URL or path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

See code: src\commands\export\text.js

oclif-example list:json SOURCE

lists entries in json format from a BlockFor.fun git registry

USAGE
  $ oclif-example list:json SOURCE

ARGUMENTS
  SOURCE  git repository URL or path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example ls:json

See code: src\commands\list\json.js

oclif-example list:text SOURCE

lists entries in text format from a BlockFor.fun git registry

USAGE
  $ oclif-example list:text SOURCE

ARGUMENTS
  SOURCE  git repository URL or path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example ls:text

See code: src\commands\list\text.js

oclif-example read:json SOURCE PATH

reads entries in json format from a BlockFor.fun git registry

USAGE
  $ oclif-example read:json SOURCE PATH

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example get:json

See code: src\commands\read\json.js

oclif-example read:text SOURCE PATH

reads entries in text format from a BlockFor.fun git registry

USAGE
  $ oclif-example read:text SOURCE PATH

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example get:text

See code: src\commands\read\text.js

oclif-example write:json SOURCE PATH [INPUT]

writes entries in json format to a BlockFor.fun git registry

USAGE
  $ oclif-example write:json SOURCE PATH [INPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  INPUT   input file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example put:json

See code: src\commands\write\json.js

oclif-example write:text SOURCE PATH [INPUT]

writes entries in text format to a BlockFor.fun git registry

USAGE
  $ oclif-example write:text SOURCE PATH [INPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  INPUT   input file path

OPTIONS
  -f, --fetch=fetch    git fetch URL
  -o, --output=output  output file path
  -r, --ref=ref        [default: refs/heads/master] git ref
  -s, --spec=spec      [default: refs/heads/*:refs/heads/*] git fetch refspec

ALIASES
  $ oclif-example put:text

See code: src\commands\write\text.js