Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmoralp/maons
A collections of tools, components, and utilities for your next project
https://github.com/rmoralp/maons
frontend monorepo react-components toolbox tools toolset
Last synced: 10 days ago
JSON representation
A collections of tools, components, and utilities for your next project
- Host: GitHub
- URL: https://github.com/rmoralp/maons
- Owner: rmoralp
- License: mit
- Created: 2022-12-26T16:53:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T09:38:47.000Z (over 1 year ago)
- Last Synced: 2024-01-26T10:39:27.949Z (10 months ago)
- Topics: frontend, monorepo, react-components, toolbox, tools, toolset
- Language: TypeScript
- Homepage:
- Size: 4.12 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Node.js version][nodejs-badge]][nodejs]
[![npm][npm-badge]][npm]
![tests][tests-ci-badge]
[![license][license-badge]][license-url]
Maons 🧱
A set of isolated packages ready to combine and help you to create a project asap.
Table of Contents
## Available packages
### Linting
[@maons/lint](./packages/lint) is a package that includes `eslint` configurations (includes support for `React.js`, `Tailwindcss` and `Prettier`)
### Typescript configurations
[@maons/tsconfig](./packages/tsconfig) is a package that contains `tsconfig.json` files for `Node.js`, `Next.js` and `React.js` projects.
### React components with Tailwind
[@maons/react-components](./react/components) is a simple, modular and accessible component library for React and Tailwindcss
## Roadmap:
Check the [project board][project-board] to see what's coming next.
> **Warning**
> I'm building this in public. You can follow the progress on Twitter [@rmoralp][twitter].## License
Licensed under the [MIT license][license].
[nodejs-badge]: https://img.shields.io/badge/Node.js-%3E=18.0-blue.svg
[nodejs]: https://nodejs.org/dist/latest-v18.x/docs/api/[npm-badge]: https://img.shields.io/badge/npm-%3E=v9.0.0-blue
[npm]: https://docs.npmjs.com/cli/v9[tests-ci-badge]: https://github.com/rmoralp/maons/actions/workflows/tests.yml/badge.svg?branch=main&style=for-the-badge
[license-badge]: https://img.shields.io/github/license/rmoralp/maons.svg
[license-url]: https://github.com/rmoralp/maons/blob/main/LICENSE.md[twitter]: https://twitter.com/rmoralp
[license]: https://github.com/rmoralp/maons/blob/main/LICENSE.md
[project-board]: https://github.com/users/rmoralp/projects/1