Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-nexim/nanolib

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule.
https://github.com/the-nexim/nanolib

Last synced: 27 days ago
JSON representation

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule.

Awesome Lists containing this project

README

        

# ECMAScript Nano Libs

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule.

## List of packages

Here is a brief overview of the included libraries:

1. [`element`](./packages/element): Utility functions and mixins for building high-performance web components with Lit.
2. [`alpine`](./packages/alpine): Utility functions to enhance Alpine.js usage with backup support.
3. [`service-worker`](./packages/service-worker): Utilities to simplify the usage of service workers in your web applications.
4. [`google-analytics`](./packages/google-analytics): Utilities provides functions to set up Google Analytics for your web application.
5. [`financial-calculate`](./packages/financial-calculate): Provides a set of utils to handle common financial operations.
6. [`typescript-config`](./packages/typescript-config): Base TypeScript configuration for Nexim projects.
7. [`prettier-config`](./packages/prettier-config): Base Prettier configuration for Nexim projects.
8. [`eslint-config`](./packages/eslint-config): Base Eslint configuration for Nexim projects.

For more detailed information and guidelines on how to use each package, please refer to each package's README.

## Contributing

Contributions are welcome! Please read our [contribution guidelines](https://github.com/the-nexim/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.

### License

This project is licensed under the [AGPL-3.0 License](LICENSE).

## Acknowledgements

We are inspired by Alwatr.

[![Alwatr](https://avatars.githubusercontent.com/u/101452315?s=200&v=4)](https://github.com/Alwatr)