An open API service indexing awesome lists of open source software.

https://github.com/deeeed/universe

Cross platform design system and utilities
https://github.com/deeeed/universe

Last synced: about 1 year ago
JSON representation

Cross platform design system and utilities

Awesome Lists containing this project

README

          

# @siteed/universe

Welcome to `@siteed/universe`, a comprehensive monorepo containing a design system and various packages for mobile and web development. This project aims to provide reusable components and utilities to streamline the development process for mobile and web applications.

[Read more about the philosophy behind this project](./PHILOSOPHY.md)

## Package Overview

Here's a quick overview of the main packages in this monorepo:
- [**@siteed/design-system**](./packages/design-system/README.md): Core design system components and utilities.
- [**@siteed/react-native-logger**](./packages/react-native-logger/README.md): A flexible logging solution for React Native applications.
- [**@siteed/publisher**](./packages/publisher/README.md): A monorepo release management tool.
- [**gitguard**](./packages/gitguard/README.md): Smart Git commit hook for maintaining consistent commit messages.

For more detailed information about each package, please refer to their individual README files linked above.


Try them out


https://deeeed.github.io/universe/


## Getting Started

To get started with `@siteed/universe`, clone the repository and install the dependencies:

```bash
git clone https://github.com/deeeed/universe.git
cd universe
yarn install
```

## Contributing

I welcome contributions to any of the packages in this monorepo. Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information on how to get started.

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

---
Created by [Arthur Breton](https://siteed.net) • See more projects at [siteed.net](https://siteed.net)