• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

ramda-modules-snippets

Ramda modules snippets for Atom
  • #text
  • #ramda
  • #modules
  • #snippets
thonymg
0.2.5 126
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Ramda modules snippets (for Atom)

Import easily only the modules you need from http://ramdajs.com/. Supports Ramda 0.22.1v.

Use Capitalize for Ramda function & Lowercase for vanilla Js function

Examples

  • CommonJS: typing rav_always will resolve to
var Always = require('ramda/always');
  • ES2015: typing rai_always will resolve to
import Always from 'ramda/always';

for commented import

  • CommonJS: typing rav_always_doc will resolve to
//Always :: a -> (* -> a) 
var Always = require('ramda/always');
  • ES2015: typing rai_always will resolve to
//Always :: a -> (* -> a) 
import Always from 'ramda/always';`

Installation

apm install ramda-modules-snippets

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by