1.1.52 • Published 7 years ago

install-missing v1.1.52

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

install-missing

js-standard-style Greenkeeper badge

No more typing npm install

This module finds out the modules needed to be installed and saves to package.json

Intended for the lazy developer

When paired with hihat it gives you a requirebin like experience!

If package.json is missing it will be created with {}

video

cli usage

install-missing [file] default is entry file in package.json

browserify plugin

This will allow you to browserify uninstalled modules!

browserify -p $(which install-missing)

or

use with hihat

hihat  index.js -- -p $(which install-missing)

The default argument sent to npm install is --save, to change this set NPM_ARGS

To exclude electron builtin modules run command with ELECTRON=true set

install

With npm do:

npm install -g install-missing

license

MIT

1.1.52

7 years ago

1.1.51

7 years ago

1.1.50

7 years ago

1.1.48

7 years ago

1.1.47

7 years ago

1.1.46

7 years ago

1.1.45

7 years ago

1.1.44

7 years ago

1.1.43

7 years ago

1.1.42

7 years ago

1.1.41

7 years ago

1.1.40

7 years ago

1.1.39

7 years ago

1.1.37

7 years ago

1.1.36

7 years ago

1.1.35

7 years ago

1.1.34

8 years ago

1.1.33

8 years ago

1.1.32

8 years ago

1.1.31

8 years ago

1.1.30

8 years ago

1.1.29

8 years ago

1.1.28

8 years ago

1.1.27

8 years ago

1.1.26

8 years ago

1.1.25

8 years ago

1.1.24

8 years ago

1.1.23

8 years ago

1.1.22

8 years ago

1.1.21

8 years ago

1.1.20

8 years ago

1.1.19

8 years ago

1.1.18

8 years ago

1.1.17

8 years ago

1.1.16

8 years ago

1.1.15

8 years ago

1.1.14

8 years ago

1.1.13

8 years ago

1.1.12

8 years ago

1.1.11

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago