- Published on
quickly test npm modules using trymodule
- Authors
- Name
- Peter Peerdeman
- @peterpeerdeman
Just a quick little tip: try npm installing trymodule. It is a fun little cli app that lets you quickly try out an npm module:
npm install -g trymodule
You can now use the following command to try out any npm module. Using the following command you are dropped in a node shell that has the chosen module exported in the current context:
trymodule colors lodash