-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ramda-cli-tutorial.md #7
Comments
Thanks for the feedback, Taylor.
If you have any thoughts or feedback on the readme also I'd appreciate that as well! |
Hi @raine Regarding bullet point 3: I could not load To use global modules, you can create a symlink via npm command $ npm link name-of-module This puts a symlink to the package in the local require('ramda-cli/node_modules/ramda') I am planning on working through the readme at some point this week so I will get back to you on that one. Feel free to close this issue! |
https://gist.github.com/raine/d12d0ec3e72b2945510b
Thanks for the tutorial!
A few things:
ramda
, notR
. I see thatalias R='ramda'
is in the readme but it could also go in this tutorial at the beginning.reverse 'take 10'
-- initially thinking thatreverse
takestake 10
as an argument. I suggest puttingreverse
on a newline. I think this makes it more consistent by showing each line is equivalent to one argument toR.pipe
:require
the version oframda
installed byramda-cli
in my script? Or should I installnpm install -g ramda
separately?The text was updated successfully, but these errors were encountered: