Skip to content

guiferpa/plumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plumber

The motivation

I am a brazilian Git user and when watched a video about Git of Jonathan Lima named "Digging deep into Git" I thinked will be very good idea create the basic commands of Git for study a technology that I used in everytime of my programmer life. However I want rewrite the porcelain layer of the Git and by consequence learn more about it.

Install

plumber needs just Git, Koala as bundler and a Unix based OS to run the commands.

> sh < <(curl -s -S -L https://raw.githubusercontent.com/guiferpa/plumber/master/tools/installer.sh)

Manual installation

> git clone git@github.com:guiferpa/plumber.git

Cloning into 'plumber'...
remote: Enumerating objects: 33, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 33 (delta 11), reused 29 (delta 7), pack-reused 0
Receiving objects: 100% (33/33), 4.50 KiB | 4.50 MiB/s, done.
Resolving deltas: 100% (11/11), done.
> cd ./plumber && make

koala plumber /Users/user/src/github.com/guiferpa/plumber/bin/plr
2018/10/09 11:57:17 no custom tag then by default will be use <import> as tag
2018/10/09 11:57:17 spelled successfully 1257 bytes at /Users/user/src/github.com/guiferpa/plumber/bin/plr
ln -s /Users/user/src/github.com/guiferpa/plumber/bin/plr /usr/local/bin/plr

🚩 The plumber project is installed using a alias name plr to short itself.

> make clean

rm -rf /usr/local/bin/plr
rm -rf /Users/user/src/github.com/guiferpa/plumber/bin/plr

🚩 make clean will go to clean all builded and installed plumber.

Links

System

⚠️ Work in progress

Contribute

CONTRIBUTE.md is coming soon

Dependencies

  • bats - To run tests

License

MIT

Releases

No releases published

Packages

No packages published