Skip to content

Commit 3f7fc01

Browse files
authored
📝 rename github orga (links)
1 parent c1e46ce commit 3f7fc01

21 files changed

+41
-41
lines changed

GETTING_STARTED.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,4 @@ export default provider(store)(AppContainer)
369369

370370
We don't use **async/await** anymore but we use Redux as an eventbus and react to the **ENDED** event triggered by the HTTP driver to add the todo into the store.
371371

372-
You can find this last step in this project : [examples/getting_started](https://github.com/alakarteio/k-ramel/tree/master/examples/getting_started/src/App.js).
372+
You can find this last step in this project : [examples/getting_started](https://github.com/unirakun/k-ramel/tree/master/examples/getting_started/src/App.js).

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 alakarte
3+
Copyright (c) 2018 uni rakun
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MIGRATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Migration Guide
22
## From 1.x.x to 2.0.0
33
### Deprecated
4-
- `@k-ramel/driver-redux-little-router` driver is deprecated. [You can now use `k-redux-router`](https://github.com/alakarteio/k-redux-router):
4+
- `@k-ramel/driver-redux-little-router` driver is deprecated. [You can now use `k-redux-router`](https://github.com/unirakun/k-redux-router):
55
* We are removing it because `redux-little-router` is deprecated and has been archived by its authors: https://github.com/FormidableLabs/redux-little-router
66

77
### Breaking changes

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
State manager for your app components, the safe and easy way.
44

5-
[![CircleCI](https://circleci.com/gh/alakarteio/k-ramel.svg?style=shield)](https://circleci.com/gh/alakarteio/k-ramel) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/k-ramel/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/k-ramel?branch=master) [![NPM Version](https://badge.fury.io/js/k-ramel.svg)](https://www.npmjs.com/package/k-ramel) [![Greenkeeper badge](https://badges.greenkeeper.io/alakarteio/k-ramel.svg)](https://greenkeeper.io/)
5+
[![CircleCI](https://circleci.com/gh/unirakun/k-ramel.svg?style=shield)](https://circleci.com/gh/unirakun/k-ramel) [![Coverage Status](https://coveralls.io/repos/github/unirakun/k-ramel/badge.svg?branch=master)](https://coveralls.io/github/unirakun/k-ramel?branch=master) [![NPM Version](https://badge.fury.io/js/k-ramel.svg)](https://www.npmjs.com/package/k-ramel) [![Greenkeeper badge](https://badges.greenkeeper.io/unirakun/k-ramel.svg)](https://greenkeeper.io/)
66

77
<p align="center">
88
<img src="packages/k-ramel/doc/logo.png" width="400" />
@@ -19,13 +19,13 @@ Because `k-ramel`:
1919
- 🐛 works with redux-dev-tools
2020

2121
## Table of content
22-
- [🚚 Migrating](https://github.com/alakarteio/k-ramel#migrating)
23-
- [📦 Modules and libs](https://github.com/alakarteio/k-ramel#modules-and-libs)
24-
- [🎉 Getting started](https://github.com/alakarteio/k-ramel#getting-started)
25-
- [📝 Ecosystem and documentation](https://github.com/alakarteio/k-ramel#ecosystem)
26-
- [📚 Examples](https://github.com/alakarteio/k-ramel#examples)
27-
- [💜 Contributors](https://github.com/alakarteio/k-ramel#contributors)
28-
- [💪 Known users](https://github.com/alakarteio/k-ramel#known-users)
22+
- [🚚 Migrating](https://github.com/unirakun/k-ramel#migrating)
23+
- [📦 Modules and libs](https://github.com/unirakun/k-ramel#modules-and-libs)
24+
- [🎉 Getting started](https://github.com/unirakun/k-ramel#getting-started)
25+
- [📝 Ecosystem and documentation](https://github.com/unirakun/k-ramel#ecosystem)
26+
- [📚 Examples](https://github.com/unirakun/k-ramel#examples)
27+
- [💜 Contributors](https://github.com/unirakun/k-ramel#contributors)
28+
- [💪 Known users](https://github.com/unirakun/k-ramel#known-users)
2929

3030

3131
## Migrating
@@ -34,19 +34,19 @@ Hey! If you come from an early version of k-ramel and want to upgrade, you can r
3434
## Modules and libs
3535
| packages | description | documentation | gziped size |
3636
| -- | -- | -- | -- |
37-
| [`k-ramel`](./packages/k-ramel) | core package | [documentation](./packages/k-ramel) | [![Size](http://img.badgesize.io/alakarteio/k-ramel/master/packages/k-ramel/dist/index.es.js.svg?compression=gzip)]() |
38-
| [`@k-ramel/react`](./packages/connectors/react) | ReactJS connector | [documentation](./packages/connectors/react) | [![Size](http://img.badgesize.io/alakarteio/k-ramel/master/packages/connectors/react/dist/index.es.js.svg?compression=gzip)]() |
39-
| [`@k-ramel/driver-http`](./packages/drivers/http) | fetch wrapper | [documentation](./packages/drivers/http) | [![Size](http://img.badgesize.io/alakarteio/k-ramel/master/packages/drivers/http/dist/index.es.js.svg?compression=gzip)]() |
40-
| [`@k-ramel/driver-form`](./packages/drivers/form) | minimalist form handler | [documentation](./packages/drivers/form) | [![Size](http://img.badgesize.io/alakarteio/k-ramel/master/packages/drivers/form/dist/index.es.js.svg?compression=gzip)]() |
41-
| [`@k-ramel/driver-redux-form`](./packages/drivers/redux-form) | redux-form wrapper | [documentation](./packages/drivers/redux-form) | [![Size](http://img.badgesize.io/alakarteio/k-ramel/master/packages/drivers/redux-form/dist/index.es.js.svg?compression=gzip)]() |
42-
| [`k-redux-router`](https://github.com/alakarteio/k-redux-router) | Redux router (one route === one code) | [documentation](https://github.com/alakarteio/k-redux-router) | | |
37+
| [`k-ramel`](./packages/k-ramel) | core package | [documentation](./packages/k-ramel) | [![Size](https://img.badgesize.io/unirakun/k-ramel/master/packages/k-ramel/dist/index.es.js.svg?compression=gzip)]() |
38+
| [`@k-ramel/react`](./packages/connectors/react) | ReactJS connector | [documentation](./packages/connectors/react) | [![Size](https://img.badgesize.io/unirakun/k-ramel/master/packages/connectors/react/dist/index.es.js.svg?compression=gzip)]() |
39+
| [`@k-ramel/driver-http`](./packages/drivers/http) | fetch wrapper | [documentation](./packages/drivers/http) | [![Size](https://img.badgesize.io/unirakun/k-ramel/master/packages/drivers/http/dist/index.es.js.svg?compression=gzip)]() |
40+
| [`@k-ramel/driver-form`](./packages/drivers/form) | minimalist form handler | [documentation](./packages/drivers/form) | [![Size](https://img.badgesize.io/unirakun/k-ramel/master/packages/drivers/form/dist/index.es.js.svg?compression=gzip)]() |
41+
| [`@k-ramel/driver-redux-form`](./packages/drivers/redux-form) | redux-form wrapper | [documentation](./packages/drivers/redux-form) | [![Size](https://img.badgesize.io/unirakun/k-ramel/master/packages/drivers/redux-form/dist/index.es.js.svg?compression=gzip)]() |
42+
| [`k-redux-router`](https://github.com/unirakun/k-redux-router) | Redux router (one route === one code) | [documentation](https://github.com/unirakun/k-redux-router) | | |
4343

4444
⚠️Note that some packages have dependencies:
4545
- @k-ramel/driver-http: `regeneratorRuntime`
4646
- @k-ramel/driver-redux-form: `regeneratorRuntime`
4747

48-
## [Getting started](https://github.com/alakarteio/k-ramel/tree/master/GETTING_STARTED.md)
49-
[This getting started](https://github.com/alakarteio/k-ramel/tree/master/GETTING_STARTED.md) helps you to understand how to do things like that!
48+
## [Getting started](https://github.com/unirakun/k-ramel/tree/master/GETTING_STARTED.md)
49+
[This getting started](https://github.com/unirakun/k-ramel/tree/master/GETTING_STARTED.md) helps you to understand how to do things like that!
5050
```js
5151
const listeners = [
5252
// when the user clicked on "add a todo" button
@@ -104,7 +104,7 @@ You can find documentation about each part of `k-ramel` there:
104104
## Examples
105105
- Our own [todo-mvc](./examples/todomvc)
106106
- [conference-hall](https://github.com/bpetetot/conference-hall) from **[@bpetetot](https://github.com/bpetetot)**
107-
- [k-mille](https://github.com/alakarteio/k-mille/), our personal assistant **[@alakarteio](https://github.com/alakarteio)**
107+
- [k-mille](https://github.com/unirakun/k-mille/), our personal assistant **[@unirakun](https://github.com/unirakun)**
108108

109109
# Contributors
110110
- Fabien JUIF [[@fabienjuif](https://github.com/fabienjuif)]
@@ -122,12 +122,12 @@ You can find documentation about each part of `k-ramel` there:
122122
- [sparklane](https://www.sparklane-group.com) - B2B Predictive lead scoring _[closed source]_
123123
- [metroscope](http://metroscope.tech/) - AI diagnosis for targeted maintenance _[closed source]_
124124
- [conference-hall](https://github.com/bpetetot/conference-hall) - A call for paper project _[open source]_
125-
- [k-mille](https://github.com/alakarteio/k-mille/) - alakarteio assistant _[open source]_
125+
- [k-mille](https://github.com/unirakun/k-mille/) - uni rakun assistant _[open source]_
126126

127127
# Deprecated modules
128128
| packages | description | documentation | last version | why |
129129
| -- | -- | -- | -- | -- |
130-
| [`@k-ramel/driver-redux-little-router`](https://github.com/alakarteio/k-ramel/tree/v1.3.1/packages/drivers/redux-little-router) | redux-little-router wrapper | [documentation](https://github.com/alakarteio/k-ramel/tree/v1.3.1/packages/drivers/redux-little-router) | 1.2.0 | [redux-little-router is deprecated](https://github.com/FormidableLabs/redux-little-router) |
130+
| [`@k-ramel/driver-redux-little-router`](https://github.com/unirakun/k-ramel/tree/v1.3.1/packages/drivers/redux-little-router) | redux-little-router wrapper | [documentation](https://github.com/unirakun/k-ramel/tree/v1.3.1/packages/drivers/redux-little-router) | 1.2.0 | [redux-little-router is deprecated](https://github.com/FormidableLabs/redux-little-router) |
131131

132132
# About [uni rakun](https://unirakun.fr)
133133
**uni rakun** is created by two passionate french developers.

packages/connectors/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @k-ramel/react
22
> React bindings for k-ramel
33
4-
- Main repository: [k-ramel](https://github.com/alakarteio/k-ramel)
4+
- Main repository: [k-ramel](https://github.com/unirakun/k-ramel)
55

66
## Examples & API
77
### provide the store to react context

packages/connectors/react/__snapshots__/index.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Array [
3535
> The store needs to be provided by an ancestor of this component.
3636
> You can use %cprovider%c from %c@k-ramel/react%c or %cProvider%c from %creact-redux%c.
3737
38-
Check the documentation for an example at https://github.com/alakarteio/k-ramel#connect-it-with-reactjs
38+
Check the documentation for an example at https://github.com/unirakun/k-ramel/tree/master/packages/connectors/react#examples--api
3939
",
4040
"font-weight: bolder; font-style: italic;",
4141
"",

0 commit comments

Comments
 (0)