Use the command: `$ npm link .`
After running this command the npm will create a symlink in the global folder{prefix}/lib/node_modules/<package>
In this way, you can use your npm module and call it.
For more information: https://docs.npmjs.com/cli/link