Skip to content

Commit 603259b

Browse files
feat: add README.md with package details and migration information from @TabNews to @Barso
1 parent 5d86cc5 commit 603259b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Packages for Next/React Applications
2+
3+
(_[🇧🇷 Versão em português](#bibliotecas-para-aplica%C3%A7%C3%B5es-nextreact-)_)
4+
5+
This repository currently contains packages under the `@barso` scope:
6+
7+
- [`@barso/forms`](https://www.npmjs.com/package/@barso/forms): Form validation and management.
8+
- [`@barso/helpers`](https://www.npmjs.com/package/@barso/helpers): Utility functions.
9+
- [`@barso/hooks`](https://www.npmjs.com/package/@barso/hooks): Custom React hooks.
10+
- [`@barso/infra`](https://www.npmjs.com/package/@barso/infra): Infrastructure utilities, such as logging.
11+
- [`@barso/ui`](https://www.npmjs.com/package/@barso/ui): UI components.
12+
13+
Until the versions below, this repository was also the home for the `@tabnews` packages:
14+
15+
| @tabnews (up to version) | @barso (corresponding version) |
16+
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
17+
| [@tabnews/forms@0.4.1](https://www.npmjs.com/package/@tabnews/forms/v/0.4.1) | [@barso/forms@0.4.1](https://www.npmjs.com/package/@barso/forms/v/0.4.1) |
18+
| [@tabnews/helpers@0.4.1](https://www.npmjs.com/package/@tabnews/helpers/v/0.4.1) | [@barso/helpers@0.4.1](https://www.npmjs.com/package/@barso/helpers/v/0.4.1) |
19+
| [@tabnews/hooks@0.1.7](https://www.npmjs.com/package/@tabnews/hooks/v/0.1.7) | [@barso/hooks@0.1.7](https://www.npmjs.com/package/@barso/hooks/v/0.1.7) |
20+
| [@tabnews/infra@0.0.7](https://www.npmjs.com/package/@tabnews/infra/v/0.0.7) | [@barso/infra@0.0.7](https://www.npmjs.com/package/@barso/infra/v/0.0.7) |
21+
| [@tabnews/ui@0.6.2](https://www.npmjs.com/package/@tabnews/ui/v/0.6.2) | [@barso/ui@0.6.2](https://www.npmjs.com/package/@barso/ui/v/0.6.2) |
22+
23+
For easier migration, the versions above are identical in both packages, but may diverge in the future.
24+
25+
Development of the `@tabnews` packages, if continued, will take place at [`filipedeschamps/tabnews`](https://github.com/filipedeschamps/tabnews).
26+
27+
---
28+
29+
# Bibliotecas para Aplicações Next/React 🇧🇷
30+
31+
Este repositório contém bibliotecas sob o escopo `@barso`:
32+
33+
- [`@barso/forms`](https://www.npmjs.com/package/@barso/forms): Validação e manipulação de formulários.
34+
- [`@barso/helpers`](https://www.npmjs.com/package/@barso/helpers): Funções utilitárias diversas.
35+
- [`@barso/hooks`](https://www.npmjs.com/package/@barso/hooks): Hooks personalizados para React.
36+
- [`@barso/infra`](https://www.npmjs.com/package/@barso/infra): Funcionalidades de infraestrutura, como logging.
37+
- [`@barso/ui`](https://www.npmjs.com/package/@barso/ui): Componentes de interface do usuário.
38+
39+
Até as versões abaixo, este repositório também foi o local das bibliotecas `@tabnews`:
40+
41+
| @tabnews (até a versão) | @barso (versão correspondente) |
42+
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
43+
| [@tabnews/forms@0.4.1](https://www.npmjs.com/package/@tabnews/forms/v/0.4.1) | [@barso/forms@0.4.1](https://www.npmjs.com/package/@barso/forms/v/0.4.1) |
44+
| [@tabnews/helpers@0.4.1](https://www.npmjs.com/package/@tabnews/helpers/v/0.4.1) | [@barso/helpers@0.4.1](https://www.npmjs.com/package/@barso/helpers/v/0.4.1) |
45+
| [@tabnews/hooks@0.1.7](https://www.npmjs.com/package/@tabnews/hooks/v/0.1.7) | [@barso/hooks@0.1.7](https://www.npmjs.com/package/@barso/hooks/v/0.1.7) |
46+
| [@tabnews/infra@0.0.7](https://www.npmjs.com/package/@tabnews/infra/v/0.0.7) | [@barso/infra@0.0.7](https://www.npmjs.com/package/@barso/infra/v/0.0.7) |
47+
| [@tabnews/ui@0.6.2](https://www.npmjs.com/package/@tabnews/ui/v/0.6.2) | [@barso/ui@0.6.2](https://www.npmjs.com/package/@barso/ui/v/0.6.2) |
48+
49+
Para facilitar a migração, as versões acima são idênticas nas duas bibliotecas, mas podem divergir em futuras versões.
50+
51+
O desenvolvimento das bibliotecas `@tabnews`, caso mantido, irá ocorrer no repositório [`filipedeschamps/tabnews`](https://github.com/filipedeschamps/tabnews).

0 commit comments

Comments
 (0)