1.0.9 • Published 2 years ago

pegasus-js v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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
  • 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:

😄 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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago