Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/the-nexim/nanolib
- Owner: the-nexim
- License: agpl-3.0
- Created: 2024-12-04T06:42:17.000Z (2 months ago)
- Default Branch: next
- Last Pushed: 2025-01-04T05:58:27.000Z (about 1 month ago)
- Last Synced: 2025-01-04T06:35:02.863Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)