ramda-adjunct

(โ˜… 687)

Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

  • .c8rc.json
  • .codeclimate.yml
  • .commitlintrc.json
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .lintstagedrc
  • .mocharc.cjs
  • .npmignore
  • .npmrc
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • babel.config.cjs
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • CONTRIBUTING.md
  • eslint.config.js
  • GOVERNANCE.md
  • jsdoc.cjs
  • jsdoc.json
  • LICENSE.md
  • logo.jpg
  • package-lock.json
  • package.json
  • README.md
  • RELEASE.md
  • SECURITY.md
  • testem.json
  • tonicExample.js
  • VERSIONS.md
  • webpack.config-test.web.cjs
  • webpack.config.cjs

# Installation Guide

1. Get the code
git clone https://github.com/char0n/ramda-adjunct

Downloads the entire project code from GitHub to your computer.

cd ramda-adjunct

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm i ramda-adjunct

Type this command into your terminal and run it.

yarn add ramda-adjunct

Type this command into your terminal and run it.

$ npm i

Type this command into your terminal and run it.

$ npm run test

Type this command into your terminal and run it.

$ npm run test:web

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation