> For the complete documentation index, see [llms.txt](https://gbrasil3g.gitbook.io/pegasus-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gbrasil3g.gitbook.io/pegasus-js/pegasus-js.md).

# pegasus-js

> 👌 pegasus-js is a simple node.js package that promise help in your daily coding experience, provides you some "plug-in-play" functions, that you can just import and use everywhere

### :wrench: Adjustments and improvements

> The project still in development and the next updates will be focused in:
>
> * [ ] New node.js features
> * [ ] Firsts react.js functions
> * [x] Unit tests

### :computer: Pre-requisites

> Before start, verify that you attend all the follow requisites:
>
> * [x] You have a recent node version installed
> * [x] You have yarn or npm installed in your pc

### :package: Installing pegasus-js

> To install pegasus-js, just follow this steps:

* Using yarn:

```shell
yarn add pegasus-js
```

* Using npm:

```shell
npm install pegasus-js
```

{% hint style="warning" %}
ATTENTION:

> Before using pegasus-js, you need to install tslib:

```shell
yarn add -D tslib

// or

npm install tslib --save-dev
```

{% endhint %}
