Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nicorobo/huba
- Owner: nicorobo
- Created: 2016-01-28T00:15:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T08:49:33.000Z (almost 9 years ago)
- Last Synced: 2024-11-17T05:16:39.850Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/huba
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).