1.0.4 • Published 5 years ago
nyma v1.0.4

How work it
This module lets you turn things like require('../../../../foo') into something like require('~/foo').
The way it works is that on postinstall it creates a symlink in app/node_modules/~ to point to app/.
Credits
This repository is a fork of wavy