Skip to content

Commit

Permalink
Merge pull request #1861 from SUI-Components/update-readme-description
Browse files Browse the repository at this point in the history
docs(Root): update readme pkg locations
  • Loading branch information
andresin87 authored Nov 7, 2024
2 parents 10e2ca9 + b08aa24 commit 74cf143
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,54 @@

SUI is a set of packages which goal to ease development of SUI-based components and web apps, providing:

* Unified stack (and workflow) easily updatable across all sui based projects.
* Minification of boilerplate. Boilerplate is tedious and copied code. Hardest to update...
* Different tools and services that solve only one problem each.
* Transparency for developer (changes and improvements have no impact on DX)
* Facilitates tooling development as assumptions can be made on the stack of each package.
- Unified stack (and workflow) easily updatable across all sui based projects.
- Minification of boilerplate. Boilerplate is tedious and copied code. Hardest to update...
- Different tools and services that solve only one problem each.
- Transparency for developer (changes and improvements have no impact on DX)
- Facilitates tooling development as assumptions can be made on the stack of each package.

## Available packages

| Name | Description |
| -- | -- |
| [babel-preset-sui](./packages/babel-preset-sui) | A babel preset for SUI components common syntax |
| [sui-bundler](./packages/sui-bundler) | Config-free bundler for ES6 React apps |
| [sui-ci](./packages/sui-ci) | CLI and library with tools for Continuos Integration |
| [sui-component-dependencies](./packages/sui-component-dependencies) | A set of common dependencies for all SUI components |
| [sui-consents](./packages/sui-consents) | User consents handler |
| [sui-critical-css](./packages/sui-critical-css) | Extract Critical CSS from an app |
| [sui-critical-css-middleware](./packages/sui-critical-css-middleware) | Express middleware to handle all regarding Critical CSS usage |
| [sui-dashboard](./packages/sui-dashboard) | Dashboard for SUI components |
| [sui-decorators](./packages/sui-decorators) | Set of ES6 decorators to improve your apps. |
| [sui-domain](./packages/sui-domain) | Backbone for creating a domain that complains with the guidelines of Adevinta Spain. |
| [sui-helpers](./packages/sui-helpers) | A set of internal helpers used by sui-related packages. |
| [sui-hoc](./packages/sui-hoc) | React utility belt for function components and higher-order components |
| [sui-i18n](./packages/sui-i18n) | Isomorphic i18n service for browser and node |
| [sui-jest](./packages/sui-jest) | CLI to work with Jest |
| [sui-js](./packages/sui-js) | Javascript utilities |
| [sui-js-compiler](./packages/sui-js-compiler) | Javascript compiler |
| [sui-lint](./packages/sui-lint) | CLI to lint your code and make it compliant to SUI official rules |
| [sui-mockmock](./packages/sui-mockmock) | Mocking utilities for testing. |
| [sui-mono](./packages/sui-mono) | Simple CLI for monorepo/multipackage commits, releases, etc. |
| [sui-pde](./packages/sui-pde) | An adapter based tool to handle feature toggles, progressive rollouts and A/B Testing services in our products |
| [sui-polyfills](./packages/sui-polyfills) | Polyfills to load on our projects |
| [sui-precommit](./packages/sui-precommit) | Effortless SUI precommit rules integration in your project |
| [sui-react-context](./packages/sui-react-context) | React context provider for SUI components |
| [sui-react-head](./packages/sui-react-head) | Populate the head element of your React app without hassle |
| [sui-react-initial-props](./packages/sui-react-initial-props) | Initial data fetching for your React app |
| [sui-react-router](./packages/sui-react-router) | Set of navigational components that compose declaratively with your application. |
| [sui-sass-loader](./packages/sui-sass-loader) | Sass loader for SUI |
| [sui-segment-wrapper](./packages/sui-segment-wrapper) | Abstraction layer on top of the Segment library. |
| [sui-ssr](./packages/sui-ssr) | Plug SSR to you SUI SPA |
| [sui-studio-create](./packages/sui-studio-create) | CLI to create a new catalog of components |
| [sui-studio-utils](./packages/sui-studio-utils) | A set of sui-studio usable tools. |
| [sui-studio](./packages/sui-studio) | Develop, maintain and publish your SUI components catalog. |
| [sui-svg](./packages/sui-svg) | Converts your SVG files into React Components |
| [sui-test](./packages/sui-test) | Zero config testing tool. |
| [sui-test-contract](./packages/sui-test-contract) | Useful tooling for executing contract tests |
| [sui-test-e2e](./packages/sui-test-e2e) | Zero config e2e testing tool. |
| [sui-theme](./packages/sui-theme) | Theme system for SUI |
| [sui-widget-embedder](./packages/sui-widget-embedder) | Widget development server and build for production |
| Name | Description |
| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [babel-preset-sui](./packages/babel-preset-sui) | A babel preset for SUI components common syntax |
| [sui-bundler](./packages/sui-bundler) | Config-free bundler for ES6 React apps |
| [sui-ci](./packages/sui-ci) | CLI and library with tools for Continuos Integration |
| [sui-component-dependencies](https://github.com/SUI-Components/sui-components/tree/master/utils/sui-component-dependencies) | A set of common dependencies for all SUI components ([moved](https://github.com/SUI-Components/sui-components/tree/master/utils/sui-component-dependencies)) |
| [sui-consents](./packages/sui-consents) | User consents handler |
| [sui-critical-css](./packages/sui-critical-css) |  Extract Critical CSS from an app |
| [sui-critical-css-middleware](./packages/sui-critical-css-middleware) | Express middleware to handle all regarding Critical CSS usage |
| [sui-dashboard](./packages/sui-dashboard) |  Dashboard for SUI components |
| [sui-decorators](./packages/sui-decorators) | Set of ES6 decorators to improve your apps. |
| [sui-domain](./packages/sui-domain) | Backbone for creating a domain that complains with the guidelines of Adevinta Spain. |
| [sui-helpers](./packages/sui-helpers) | A set of internal helpers used by sui-related packages. |
| [sui-hoc](./packages/sui-hoc) | React utility belt for function components and higher-order components |
| [sui-i18n](./packages/sui-i18n) | Isomorphic i18n service for browser and node |
| [sui-jest](./packages/sui-jest) | CLI to work with Jest |
| [sui-js](./packages/sui-js) | Javascript utilities |
| [sui-js-compiler](./packages/sui-js-compiler) | Javascript compiler |
| [sui-lint](./packages/sui-lint) | CLI to lint your code and make it compliant to SUI official rules |
| [sui-mockmock](./packages/sui-mockmock) | Mocking utilities for testing. |
| [sui-mono](./packages/sui-mono) | Simple CLI for monorepo/multipackage commits, releases, etc. |
| [sui-pde](./packages/sui-pde) | An adapter based tool to handle feature toggles, progressive rollouts and A/B Testing services in our products |
| [sui-polyfills](./packages/sui-polyfills) | Polyfills to load on our projects |
| [sui-precommit](./packages/sui-precommit) | Effortless SUI precommit rules integration in your project |
| [sui-react-context](./packages/sui-react-context) | React context provider for SUI components |
| [sui-react-head](./packages/sui-react-head) | Populate the head element of your React app without hassle |
| [sui-react-initial-props](./packages/sui-react-initial-props) | Initial data fetching for your React app |
| [sui-react-router](./packages/sui-react-router) | Set of navigational components that compose declaratively with your application. |
| [sui-sass-loader](./packages/sui-sass-loader) | Sass loader for SUI |
| [sui-segment-wrapper](./packages/sui-segment-wrapper) | Abstraction layer on top of the Segment library. |
| [sui-ssr](./packages/sui-ssr) | Plug SSR to you SUI SPA |
| [sui-studio-create](./packages/sui-studio-create) | CLI to create a new catalog of components |
| [sui-studio-utils](./packages/sui-studio-utils) | A set of sui-studio usable tools. |
| [sui-studio](./packages/sui-studio) | Develop, maintain and publish your SUI components catalog. |
| [sui-svg](./packages/sui-svg) | Converts your SVG files into React Components |
| [sui-test](./packages/sui-test) | Zero config testing tool. |
| [sui-test-contract](./packages/sui-test-contract) | Useful tooling for executing contract tests |
| [sui-test-e2e](./packages/sui-test-e2e) | Zero config e2e testing tool. |
| [sui-theme](https://github.com/SUI-Components/sui-components/tree/master/utils/sui-theme) | Theme system for SUI ([moved](https://github.com/SUI-Components/sui-components/tree/master/utils/sui-theme)) |
| [sui-widget-embedder](./packages/sui-widget-embedder) | Widget development server and build for production |

## Available scripts

Expand All @@ -67,4 +67,4 @@ SUI is a set of packages which goal to ease development of SUI-based components

## Project Stats

![Project Stats](https://repobeats.axiom.co/api/embed/0f3c2ce931553c4d7dc2338a83e4d8f7caf87160.svg "Repobeats analytics image")
![Project Stats](https://repobeats.axiom.co/api/embed/0f3c2ce931553c4d7dc2338a83e4d8f7caf87160.svg 'Repobeats analytics image')

0 comments on commit 74cf143

Please sign in to comment.