2.0.10 • Published 4 years ago

@dword-design/test v2.0.10

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

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

2.0.9

4 years ago

2.0.10

4 years ago

2.0.8

4 years ago

2.0.5

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.4

4 years ago

2.10.3

5 years ago

2.10.2

5 years ago

2.10.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.10.0

5 years ago

2.1.0

5 years ago

2.0.1

6 years ago

1.0.2

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago