pegasus-js
v1.0.9
Published
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
Downloads
8
Readme
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
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:
🚀 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.