Skip to content

Commit

Permalink
add related libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 2, 2016
1 parent df3eaa5 commit acc5035
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -55,6 +55,14 @@ gh([
```


## Related
- [gitclone-cli](https://github.com/tunnckocore/gitclone-cli): Git clone github repository with pattern like `user/repo#branch`
- [parse-function](https://github.com/tunnckocore/parse-function): Parse a function, arrow function or string to object with name, args, params and body properties.
- [parse-github-short-url](https://github.com/tunnckocore/parse-github-short-url): Parse a github/npm shorthand (user/repo#branch or user/repo@version) URL into an object.
- [parse-github-url](https://github.com/jonschlinkert/parse-github-url): Parse a github URL into an object.
- [stringify-github-short-url](https://github.com/tunnckocore/stringify-github-short-url): Generate Github / npm shorthand from list of arguments or object.


## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/stringify-github-short-urls/issues/new).
But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines.
Expand Down

0 comments on commit acc5035

Please sign in to comment.