Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appgurueu/lustils
Yet another utility collection. NPM package.
https://github.com/appgurueu/lustils
Last synced: 8 days ago
JSON representation
Yet another utility collection. NPM package.
- Host: GitHub
- URL: https://github.com/appgurueu/lustils
- Owner: appgurueu
- Created: 2020-01-29T20:45:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:39:55.000Z (over 3 years ago)
- Last Synced: 2024-10-28T20:57:52.053Z (about 2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Lustils
Lust utils. Yet another utility library.
## About
Lustils is licensed under the MIT license and has been written by Lars Mueller alias LMD or appgurueu.
## Features
* Lightweight
* Maintainable code
* Good performance
* Easy to use
* Basic functionality## API
Lustils is extended on-demand. Extended documentation is to be added soon. In the meantime, you can browse the code.
### Installation
Install the NPM package [`lustils`](https://npmjs.com/package/lustils):
```bash
npm install lustils
```### Import
```javascript
const lustils = require("lustils");
```### `error`
Some error classes.
### `stream`
Dealing with streams.
### `parse`
Parsing utils, such as extended mealy machines.
### `object`
Allows dealing with objects (cloning them).
### Versions
* `1.0.0`
* Initial version
* `1.0.1`
* Added `object.complete`
* `1.0.2`
* Fixed `object.complete`#### Example
[Luon](https://github.com/appgurueu/luon) uses Lustils.