An open API service indexing awesome lists of open source software.

https://github.com/xhyrom/pafyll

Source code for pafyll, polyfill for ECMAScript standard functions.
https://github.com/xhyrom/pafyll

Last synced: 3 months ago
JSON representation

Source code for pafyll, polyfill for ECMAScript standard functions.

Awesome Lists containing this project

README

        




Hyro


Source code for pafyll, polyfill for ECMAScript standard functions.





## Setup

1. Clone this repository: `git clone https://github.com/xHyroM/pafyll.git`
2. Navigate to the project directory: `cd pafyll`
3. Install the dependencies: `pnpm install`

## Usage

- To build the project, run `pnpm build`
- To run tests, run `pnpm test`

## Contributing

To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).

1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request

## License

This project is licensed under the [MIT License](LICENSE).