diff --git a/README.md b/README.md index 940d28b91..9ece0164e 100644 --- a/README.md +++ b/README.md @@ -10,46 +10,46 @@ SUI is a set of packages which goal to ease development of SUI-based components ## 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 ([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](./packages/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 | +| 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