@hitmands/ramda-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

ramda-ts

https://github.com/ramda/ramda @ Typescript

--

Out of the back of https://github.com/ramda/ramda/issues/2976, and with the ultimate goal of providing a type-safe developer experience to those folks like me that love Ramda.

How could this work?

To the community to find out, it'd very much depend on everyone's commitment. Probably the same distributed model where every new fix/feature is added incrementally by who care the most, Ramda users.

Goal

Installing the NPM package

yarn add @hitmands/ramda-ts

Getting Started

git clone https://github.com/hitmands/ramda-ts.git && cd ramda-ts && yarn install
# To create a new function
yarn scaffold functionName # --dry-run # --force
# To comply with the Code Style
yarn prettier . --write && yarn eslint . --fix
# To run the unit test suite
yarn test # --watch
# To transpile the Typescript to Ecmascript
yarn transpile:esnext # -w

Readme

Keywords

none

Package Sidebar

Install

npm i @hitmands/ramda-ts

Weekly Downloads

0

Version

0.0.7

License

none

Unpacked Size

12.6 kB

Total Files

38

Last publish

Collaborators

  • hitmands