Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-labs/rescript-bindings
💚 rescript bindings
https://github.com/green-labs/rescript-bindings
react rescript rescript-bindings rescript-lang rescript-react-bindings
Last synced: 2 days ago
JSON representation
💚 rescript bindings
- Host: GitHub
- URL: https://github.com/green-labs/rescript-bindings
- Owner: green-labs
- Created: 2022-08-25T06:27:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T13:44:32.000Z (5 months ago)
- Last Synced: 2024-10-30T00:11:07.438Z (15 days ago)
- Topics: react, rescript, rescript-bindings, rescript-lang, rescript-react-bindings
- Language: ReScript
- Homepage:
- Size: 517 KB
- Stars: 49
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💞 rescript-bindings
> rescript bindings monorepo
## List
- [@greenlabs/rescript-date-fns](https://www.npmjs.com/package/@greenlabs/rescript-date-fns)
- [@greenlabs/rescript-daum-postcode](https://www.npmjs.com/package/@greenlabs/rescript-daum-postcode)
- [@greenlabs/rescript-hammerjs](https://www.npmjs.com/package/@greenlabs/rescript-hammerjs)
- [@greenlabs/rescript-jest](https://www.npmjs.com/package/@greenlabs/rescript-jest)
- [@greenlabs/rescript-nock](https://www.npmjs.com/package/@greenlabs/rescript-nock)
- [@greenlabs/rescript-react-hook-form](https://www.npmjs.com/package/@greenlabs/rescript-react-hook-form)
- [@greenlabs/rescript-next](https://www.npmjs.com/package/@greenlabs/rescript-next)
- [@greenlabs/rescript-react-linkify](https://www.npmjs.com/package/@greenlabs/rescript-react-linkify)
- [@greenlabs/rescript-testing-library](https://www.npmjs.com/package/@greenlabs/rescript-testing-library)
- [@greenlabs/rescript-use-debounce](https://www.npmjs.com/package/@greenlabs/rescript-use-debounce)## Development
**Install dependencies**
```shell
yarn
```**Run Build**
Must be executed before open PR.
```shell
yarn build
```**Add new package**
```shell
yarn add-package -n "rescript-${package-name}"
```## Release
- use [changesets](https://github.com/changesets/changesets)
```shell
yarn changeset add
```