Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwiery/qwiery-utils
Diverse utilities used across Qwiery and consulting services.
https://github.com/qwiery/qwiery-utils
Last synced: about 2 months ago
JSON representation
Diverse utilities used across Qwiery and consulting services.
- Host: GitHub
- URL: https://github.com/qwiery/qwiery-utils
- Owner: Qwiery
- License: mit
- Created: 2023-12-18T16:23:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T13:45:16.000Z (11 months ago)
- Last Synced: 2024-10-31T19:46:25.458Z (about 2 months ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utils
A collection of utilities.
Install with
```bash
npm install @orbifold/utils
```
and in your module:```js
import {Colors, Utils} from '@orbifold/utils';
```
or any of the submodules.You can find extensive documentation on the utils on [Qwiery.com](https://qwiery.com), specifically in the [Utils API section](https://qwiery.com/dal/utils).