Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanguns/ruso-monorepo
This is my monorepo with the tooling for frameworks I use. Feel free to contribute and use it as your own or get inspired to build your own on top of this one.
https://github.com/ruslanguns/ruso-monorepo
hacktoberfest
Last synced: 7 days ago
JSON representation
This is my monorepo with the tooling for frameworks I use. Feel free to contribute and use it as your own or get inspired to build your own on top of this one.
- Host: GitHub
- URL: https://github.com/ruslanguns/ruso-monorepo
- Owner: ruslanguns
- License: mit
- Created: 2020-04-11T13:25:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T14:26:32.000Z (10 days ago)
- Last Synced: 2024-11-08T02:43:13.600Z (9 days ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: http://github.com/ruslanguns
- Size: 1.39 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ruslanguns_ruso-monorepo&metric=bugs)](https://sonarcloud.io/dashboard?id=ruslanguns_ruso-monorepo) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=ruslanguns_ruso-monorepo&metric=ncloc)](https://sonarcloud.io/dashboard?id=ruslanguns_ruso-monorepo) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ruslanguns_ruso-monorepo&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ruslanguns_ruso-monorepo) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=ruslanguns_ruso-monorepo&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=ruslanguns_ruso-monorepo)
# @ruso
This monorepo has a collection of packages for your javascript and typescript projects as well for Angular and NestJs utils.
## Packages
| Package | Description |
| --- | --- |
| [@ruso/cli](packages/cli) | This package has tools from your CLI, as generators, helpers and more |
| [@ruso/common](packages/common) | This package has common utils and tools for your projects. |
| [@ruso/angular](packages/angular) | This package has common utils and tools for your Angular projects. |
| [@ruso/nestjs](packages/nestjs) | This package has common utils and tools for your NestJS projects. |
| [@ruso/nestjs-socket-client](packages/nestjs-socket-client) | A minimal Socket-IO client wrapper for your NestJS applications |
| [@ruso/flatten-json](packages/flatten-json) | FlattenJSON is a utility function for flattening JSON objects into a single-level object with keys representing the accessor path to the value |## Autor
Ruslan Gonzalez
- Website: [https://rusgunx.tk](https://rusgunx.tk)
- Twitter: [@ruslangonzalez](https://twitter.com/ruslangonzalez)