Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicorobo/huba

A small node tool I made to practice building npm packages. Opens current project's github page if it can be found.
https://github.com/nicorobo/huba

Last synced: 24 days ago
JSON representation

A small node tool I made to practice building npm packages. Opens current project's github page if it can be found.

Awesome Lists containing this project

README

        

# huba
A neat little node tool that will try to take you to the current package's github page.

npm install -g huba

`huba` will check to see if the current directory's `package.json` has a 'repository' property, and then if the property contains a github.com url.

![Demo of huba working](https://dl.dropboxusercontent.com/s/s5alwtojh4wzvpm/huba.gif?dl=0)

Please report bugs [here](https://github.com/nickroberts404/huba/issues).