Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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



  1. Available packages


  2. Roadmap

  3. License

## 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

(back to top)

## 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].

(back to top)

[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