1.0.0-alpha-8 • Published 7 years ago

adhoc-repo v1.0.0-alpha-8

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

re-writes the package.json for every project in node_modules to point to the http server of your choosing

re-packs the packages into zipped tarballs and copies them to the root folder being served by http

if you use IIS you may need to change the MIME-TYPE for .tgz files to match the npm Content-Type headers... whatever those are.

Installation

npm i -g adhoc-repo

WARNING

This will the package.json file in your project.

Usage

  1. be in a terminal
  2. be in your nodejs project's root folder
  3. install your deps like you always do: npm install
  4. run the thing: adhoc-repo /path/to/your/shared/folder http://mypackages.localhost:8080
  5. finish setting up your small-time CI architecture
1.0.0-alpha-8

7 years ago

1.0.0-alpha-7

7 years ago

1.0.0-alpha-6

7 years ago

1.0.0-alpha-5

7 years ago

1.0.0-alpha-4

7 years ago

1.0.0-alpha-3

7 years ago

1.0.0-alpha-2

7 years ago

1.0.0-alpha-1

7 years ago

1.0.0-alpha-0

7 years ago