1.0.10 • Published 8 years ago

wavy2 v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

wavy

use ~ in require and import calls

NPM version Build status Downloads

install

npm install --save wavy

This module let's 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/

Tested on Mac, Linux and Windows

1.0.10

8 years ago