https://github.com/raouldeheer/mylas
Mylas is a npm package to make the loading and saving of data from fs easy and reliable.
https://github.com/raouldeheer/mylas
fs javascript json nodejs typescript
Last synced: 9 months ago
JSON representation
Mylas is a npm package to make the loading and saving of data from fs easy and reliable.
- Host: GitHub
- URL: https://github.com/raouldeheer/mylas
- Owner: raouldeheer
- License: mit
- Created: 2020-12-28T16:25:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:30:12.000Z (over 1 year ago)
- Last Synced: 2024-12-18T00:25:53.625Z (over 1 year ago)
- Topics: fs, javascript, json, nodejs, typescript
- Language: TypeScript
- Homepage: https://mylas.js.org/
- Size: 994 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Mylas








Mylas is a npm package that makes the loading and storing of data from fs easy and reliable. And it supports multithreading, json with comments and loading buffers with multithreading. It can also find [node_modules](https://github.com/raouldeheer/Mylas/wiki/Dir#nodemodules) folders.
## Installation
Install Mylas from NPM
```ts
npm i mylas
// Or
yarn add mylas
```
## Getting started
To get started have a look at our [wiki](https://github.com/raouldeheer/Mylas/wiki)
## Examples
- [Json examples](https://github.com/raouldeheer/Mylas/wiki/Json)
- [File examples](https://github.com/raouldeheer/Mylas/wiki/File)
- [Buf examples](https://github.com/raouldeheer/Mylas/wiki/Buf)
- [Dir examples](https://github.com/raouldeheer/Mylas/wiki/Dir)
## Documentation
All features are listed at the [wiki](https://github.com/raouldeheer/Mylas/wiki)
## Contributing
We would love more contributors! To start contributing read our [Contributing page](https://github.com/raouldeheer/Mylas/blob/main/.github/CONTRIBUTING.md).
## Supported Versions
Check for supported versions at the [security policy](https://github.com/raouldeheer/Mylas/security/policy).