mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5f1c9aab00
Hassle-free npm pack including all dependencies for offline installation with npm install Add offline-npm to your project to serve a npm compatible tgz file which contains all dependencies for offline installation with npm install. Additionally you can use offline-npm -n to install packages from your local npm cache directory (could be useful e.g. on travelling). WWW: https://github.com/commenthol/offline-npm PR: 202398 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
Hassle-free npm pack including all dependencies for offline installation
|
|
with npm install
|
|
|
|
Add offline-npm to your project to serve a npm compatible tgz file
|
|
which contains all dependencies for offline installation with npm install.
|
|
|
|
Additionally you can use offline-npm -n to install packages from your
|
|
local npm cache directory (could be useful e.g. on travelling).
|
|
|
|
WWW: https://github.com/commenthol/offline-npm
|