0.0.1 • Published 8 years ago

underlink v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
8 years ago

underlink

Productive for both client and server apps. Instead of relative paths:

var env = require("../../../env")

Import relative to the project:

var env = require("_/env")

Install with github and npm:

$ npm install --save aj0strow/underlink

You can use it as a command, like in an npm postinstall script:

$ node_modules/.bin/underlink

For some platforms, like Heroku, it doesn't work. In that case:

require("underlink")("app")

MIT License

0.0.1

8 years ago