0.4.0 • Published 1 year ago

1nstall v0.4.0

Weekly downloads
45
License
-
Repository
github
Last release
1 year ago

1nstall

npm

Install a package as if it was the only package.

Why?

Does installing a new dependency take a lot of time when you have a lot of node_modules already installed?

How?

It installs the dependency it in a temporary location then it moves* it to your project, along with .bins, and updated your package.json.

Usage

npm install -g 1nstall
one jquery
# or
one npm --saveDev jquery

Caveats

  • It's only beneficial when the installing package is actually smaller (dependencies included) than your project. Which usually is the case.

  • It only updates package.json not package-lock.json file.

0.4.0

1 year ago

0.3.0

4 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.0

8 years ago

0.0.0

8 years ago