File: README.md

package info (click to toggle)
node-mylas 2.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: sh: 4; javascript: 4; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,793 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Mylas 
![npm](https://img.shields.io/npm/dt/mylas)
![install size](https://badgen.net/packagephobia/install/mylas)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/mylas)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/mylas)
![dependencie count](https://img.shields.io/badge/dependencies-0-brightgreen)
![GitHub](https://img.shields.io/github/license/raouldeheer/Mylas)
![npm (scoped)](https://img.shields.io/npm/v/mylas)
![node-current (scoped)](https://img.shields.io/node/v/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.   
<img src="https://raw.githubusercontent.com/raouldeheer/Mylas/HEAD/.github/logo.png" width="600"> 

## 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).