Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunsridharan/js-vars
This is a simple js utility mainly used for my js apps.
https://github.com/varunsridharan/js-vars
es5-vars es6-javascript es6-modules es6-vars javascript javascript-utility javascript-utils javascript-vars vars
Last synced: 5 days ago
JSON representation
This is a simple js utility mainly used for my js apps.
- Host: GitHub
- URL: https://github.com/varunsridharan/js-vars
- Owner: varunsridharan
- License: mit
- Created: 2020-09-30T05:44:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T14:59:38.000Z (about 4 years ago)
- Last Synced: 2024-12-02T18:59:42.292Z (20 days ago)
- Topics: es5-vars, es6-javascript, es6-modules, es6-vars, javascript, javascript-utility, javascript-utils, javascript-vars, vars
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Vars
This is a simple javascript ES6 library mainly developed to help ease my javascript developmentBut its open source and free to use in your projects.
## โ๏ธInstallation
The preferred way to install this extension is through [NPM][NPM].$ npm install @varunsridharan/js-vars --save-dev
## ๐ Usage
```javascript
import {_map} from "@varunsridharan/js-vars"
const myarray = _map.call([1,2,3,4],(x)=> x * 2);
```> Please refer [index.js](index.js) for list of predefined variables
> Note this library is desinged in mind with best minifycation for javascript library instead of using `Array.map` in all the places just use `_map`
---
## ๐ Changelog
All notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).[Checkout CHANGELOG.md](/CHANGELOG.md)
## ๐ค Contributing
If you would like to help, please take a look at the list of [issues](issues/).## ๐ฐ Sponsor
[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].
If you, or your company, use any of my projects or like what Iโm doing, kindly consider backing me. I'm in this for the long run.- โ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]
- โ๏ธโ๏ธ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- ๐ฐ We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- ๐ Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]## ๐ License & Conduct
- [**General Public License v3.0 license**](LICENSE) ยฉ [Varun Sridharan](website)
- [Code of Conduct](code-of-conduct.md)## ๐ฃ Feedback
- โญ This repository if this project helped you! :wink:
- Create An [๐ง Issue](issues/) if you need help / found a bug## Connect & Say ๐
- **Follow** me on [๐จโ๐ป Github][github] and stay updated on free and open-source software
- **Follow** me on [๐ฆ Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [๐ Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!---
Built With โฅ By Varun Sridharan ๐ฎ๐ณ---
[paypal]: https://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/
[email]: https://sva.onl/email
[website]: https://sva.onl/website/
[NPM]: https://npmjs.com