pegasus-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

pegasus-js

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

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

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] Tests

💻 Pre-requisites

Before start, verify that you attend all the follow requisites:

  • You have a recent version of node.js installed 16.13.1
  • You have yarn or npm installed in your pc

🚀 Installing pegasus-js

To install pegasus-js, just follow this steps:

Using yarn:

yarn add pegasus-js

Using npm:

npm install pegasus-js

⚠️ ATTENTION

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

yarn add -D tslib

Using pegasus-js

To use pegasus-js functions, just follow this steps:

import { Method } from 'pegasus-js' // change "Method" to a real lib method

const instance = new Method() // some methods need options in class constructor

instance.function() // change "function" to a real method function

🤝 Colaborators

Thanks for all the colaborators that made a incredible job building this project:

Avatar
Guilherme Brasil

😄 Become a contributor

Want to be part of this project? Click HERE and read how to contribute.

📝 License

This project is under license. Read the file LICENSE for more details.

Back to the top

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i pegasus-js

    Weekly Downloads

    11

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    223 kB

    Total Files

    19

    Last publish

    Collaborators

    • gbrasil_22