This is a project that I’ve been working on for the last day, where you can try out different npm modules by simply doing trymodule colors and then you get a Node.js repl for trying out the module.
The need comes from coming across many different modules and don’t wanting to create a new project or add dependencies to an existing project, just to try something out.
Inspiration comes from the clojure version lein-try, which is prior art.
Please try it out and tell me what you think, so I can improve it.
This is a project that I’ve been working on for the last day, where you can try out different npm modules by simply doing
trymodule colors
and then you get a Node.js repl for trying out the module.The need comes from coming across many different modules and don’t wanting to create a new project or add dependencies to an existing project, just to try something out.
Inspiration comes from the clojure version
lein-try
, which is prior art.Please try it out and tell me what you think, so I can improve it.