1.0.0-beta.7 • Published 6 years ago
install-self v1.0.0-beta.7
install-self
reference your npm module from itself
Usage
npm install install-self --save-dev
Add install-self
to your npm scripts or install it globally and run direct from your CLI
Reference your package
// es5
var package = require("package-name");
// es6
import { something } from "package-name";
Good news it works with TypeScript too (including typings!)
Why?
Simplify the process of integration testing NPM modules
If your NPM module depends on a package that depends on a different version of the original module then this can cause problems with using things like npm link
How?
It simply puts your package.json into the node_modules folder and updates the references
1.0.0-rc.1
6 years ago
1.0.0-rc.0
6 years ago
1.0.0-beta.7
9 years ago
1.0.0-beta.6
9 years ago
1.0.0-beta.5
9 years ago
1.0.0-beta.4
9 years ago
1.0.0-beta.3
9 years ago
1.0.0-beta.2
9 years ago
1.0.0-beta.1
9 years ago
1.0.0-beta.0
9 years ago