bibi

0.2.0 • Public • Published

Bibi

bibi is my personal repository/Project management tool. It supports getting one or all repositories from github, syncing them and executing commands in them with ease.

Installation

npm install -g bibi
# bibi --help

Usage

# To get one repo
bibi get steelbrain/linter
# To get all repos of a user
bibi get-all steelbrain
# To execute a command in all repos by a user
bibi exec --scope "steelbrain/*" -- pwd
# To sync all repos
bibi sync --scope "*"
# To sync specific repos
bibi sync --scope "steelbrain/linter*"

License

This package is licensed under the terms of MIT License. See the LICENSE file for more info.

Readme

Keywords

Package Sidebar

Install

npm i bibi

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

23.3 kB

Total Files

22

Last publish

Collaborators

  • steelbrain