hybrid-js-utils
v4.2.0
Published
A set of commonly used JS functions
Downloads
105
Maintainers
Readme
Hybrid JS Utils
A simple set of commonly used Javascript functions
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Actually none.
Installing
You can install hybrid-js-utils by simply downloading the js file, or if you have node installed you can use the following command
$ path-to-project/ npm install hybrid-js-utils
Running the tests
You can check some functionalities by opening the ./test/index.html in your browser
Contributing
- Step 1. Clone this repo
- Step 2. Run
npm i
in the download path - Step 3. You can edit this library by edinting files under
src/
- Step 4. You can edit/add tests under
test/hybrid-js-utils.test.ts
(do not edit index and js) - Step 4. Run
npm run test
- Step 5. If test PASSES you can make a pull request, otherwise, go back to step 3 and repeat.
Special thanks
Jetbrains is now supporting this library with an open-source licence, which will allow a better code! 🎉
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Initial work and devs - TonySamperi
License
This project is licensed under the MIT License - see the LICENSE file for details