0.0.1 • Published 10 years ago
underlink v0.0.1
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/underlinkYou can use it as a command, like in an npm postinstall script:
$ node_modules/.bin/underlinkFor some platforms, like Heroku, it doesn't work. In that case:
require("underlink")("app")MIT License
0.0.1
10 years ago