Skip to content

Commit

Permalink
fix(links): move to @hybridables org
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 30, 2016
1 parent 1c13dfd commit dc7c3f0
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
6 changes: 6 additions & 0 deletions .verb.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
<a href="https://github.com/hybridables">
<img height="250" width="250" src="https://avatars1.githubusercontent.com/u/10666022?v=3&s=250">
</a>
</p>

# [{%= name %}][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] [![npm downloads][downloads-img]][downloads-url]

> {%= description %}
Expand Down
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
<a href="https://github.com/hybridables">
<img height="250" width="250" src="https://avatars1.githubusercontent.com/u/10666022?v=3&s=250">
</a>
</p>

# [try-catch-core][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] [![npm downloads][downloads-img]][downloads-url]

> Asynchronous and sync tryCatch in one place. The callback is securely wrapped with a [dezalgo][] and [once][].
Expand Down Expand Up @@ -84,14 +90,14 @@ thunk(function done (err, obj) {
- [catchup](https://www.npmjs.com/package/catchup): Graceful error handling. Because core `domain` module is deprecated. This share almost… [more](https://github.com/tunnckocore/catchup#readme) | [homepage](https://github.com/tunnckocore/catchup#readme "Graceful error handling. Because core `domain` module is deprecated. This share almost the same API.")
- [function-arguments](https://www.npmjs.com/package/function-arguments): Get arguments of a function, useful for and used in dependency injectors… [more](https://github.com/tunnckocore/function-arguments#readme) | [homepage](https://github.com/tunnckocore/function-arguments#readme "Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.")
- [gana-compile](https://www.npmjs.com/package/gana-compile): Pretty small synchronous template engine built on ES2015 Template Strings, working on… [more](https://github.com/tunnckocore/gana-compile#readme) | [homepage](https://github.com/tunnckocore/gana-compile#readme "Pretty small synchronous template engine built on ES2015 Template Strings, working on `node@0.10` too. No RegExps, support for helpers and what you want. Use [gana][] if you wanna both async and sync support.")
- [gana](https://www.npmjs.com/package/gana): Pretty small synchronous template engine built on es6 template strings, working on[more](https://github.com/tunnckocore/gana#readme) | [homepage](https://github.com/tunnckocore/gana#readme "Pretty small synchronous template engine built on es6 template strings, working on `node@0.10` too. Just 20 lines of code without RegExps and with support for helpers and what you want.")
- [gana](https://www.npmjs.com/package/gana): Small and powerful template engine with only sync and async compile. The[more](https://github.com/tunnckocore/gana#readme) | [homepage](https://github.com/tunnckocore/gana#readme "Small and powerful template engine with only sync and async compile. The mid-level between [es6-template][] and [gana-compile][].")
- [is-async-function](https://www.npmjs.com/package/is-async-function): Is function really asynchronous function? Trying to guess that based on check… [more](https://github.com/tunnckocore/is-async-function#readme) | [homepage](https://github.com/tunnckocore/is-async-function#readme "Is function really asynchronous function? Trying to guess that based on check if [common-callback-names][] exists as function arguments names or you can pass your custom.")
- [relike](https://www.npmjs.com/package/relike): Simple promisify async or sync function with sane defaults. Lower level than… [more](https://github.com/hybridables/relike#readme) | [homepage](https://github.com/hybridables/relike#readme "Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.")
- [try-catch-callback](https://www.npmjs.com/package/try-catch-callback): try/catch block with a callback, used in [try-catch-core][]. Use it when you… [more](https://github.com/tunnckocore/try-catch-callback#readme) | [homepage](https://github.com/tunnckocore/try-catch-callback#readme "try/catch block with a callback, used in [try-catch-core][]. Use it when you don't care about asyncness so much and don't want guarantees. If you care use [try-catch-core][].")
- [try-require-please](https://www.npmjs.com/package/try-require-please): Try to require the given module, failing loudly with default message if… [more](https://github.com/tunnckocore/try-require-please#readme) | [homepage](https://github.com/tunnckocore/try-require-please#readme "Try to require the given module, failing loudly with default message if module does not exists.")

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

## [Charlike Make Reagent](http://j.mp/1stW47C) [![new message to charlike][new-message-img]][new-message-url] [![freenode #charlike][freenode-img]][freenode-url]
Expand All @@ -106,23 +112,23 @@ But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md)
[npmjs-url]: https://www.npmjs.com/package/try-catch-core
[npmjs-img]: https://img.shields.io/npm/v/try-catch-core.svg?label=try-catch-core

[license-url]: https://github.com/tunnckoCore/try-catch-core/blob/master/LICENSE
[license-url]: https://github.com/hybridables/try-catch-core/blob/master/LICENSE
[license-img]: https://img.shields.io/npm/l/try-catch-core.svg

[downloads-url]: https://www.npmjs.com/package/try-catch-core
[downloads-img]: https://img.shields.io/npm/dm/try-catch-core.svg

[codeclimate-url]: https://codeclimate.com/github/tunnckoCore/try-catch-core
[codeclimate-img]: https://img.shields.io/codeclimate/github/tunnckoCore/try-catch-core.svg
[codeclimate-url]: https://codeclimate.com/github/hybridables/try-catch-core
[codeclimate-img]: https://img.shields.io/codeclimate/github/hybridables/try-catch-core.svg

[travis-url]: https://travis-ci.org/tunnckoCore/try-catch-core
[travis-img]: https://img.shields.io/travis/tunnckoCore/try-catch-core/master.svg
[travis-url]: https://travis-ci.org/hybridables/try-catch-core
[travis-img]: https://img.shields.io/travis/hybridables/try-catch-core/master.svg

[coveralls-url]: https://coveralls.io/r/tunnckoCore/try-catch-core
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/try-catch-core.svg
[coveralls-url]: https://coveralls.io/r/hybridables/try-catch-core
[coveralls-img]: https://img.shields.io/coveralls/hybridables/try-catch-core.svg

[david-url]: https://david-dm.org/tunnckoCore/try-catch-core
[david-img]: https://img.shields.io/david/tunnckoCore/try-catch-core.svg
[david-url]: https://david-dm.org/hybridables/try-catch-core
[david-img]: https://img.shields.io/david/hybridables/try-catch-core.svg

[standard-url]: https://github.com/feross/standard
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
Expand All @@ -148,4 +154,6 @@ But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md)
[new-message-url]: https://github.com/tunnckoCore/ama
[new-message-img]: https://img.shields.io/badge/ask%20me-anything-green.svg

[es6-template]: https://github.com/tunnckocore/es6-template
[gana-compile]: https://github.com/tunnckocore/gana-compile
[try-catch-core]: https://github.com/tunnckocore/try-catch-core
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* try-catch-core <https://github.com/tunnckoCore/try-catch-core>
* try-catch-core <https://github.com/hybridables/try-catch-core>
*
* Copyright (c) 2016 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "try-catch-core",
"version": "1.0.3",
"description": "Asynchronous and sync tryCatch in one place. The callback is securely wrapped with a [dezalgo][] and [once][].",
"repository": "tunnckoCore/try-catch-core",
"repository": "hybridables/try-catch-core",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
Expand Down Expand Up @@ -85,13 +85,16 @@
]
},
"reflinks": [
"common-callback-names",
"dezalgo",
"gana",
"once",
"common-callback-names",
"gana"
"es6-template",
"gana-compile",
"try-catch-core"
],
"lint": {
"reflinks": true
}
}
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* try-catch-core <https://github.com/tunnckoCore/try-catch-core>
* try-catch-core <https://github.com/hybridables/try-catch-core>
*
* Copyright (c) 2016 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down

0 comments on commit dc7c3f0

Please sign in to comment.