adhoc-repo
v1.0.0-alpha-8
Published
create a npm repo for the packages needed by your application
Downloads
12
Readme
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
- be in a terminal
- be in your nodejs project's root folder
- install your deps like you always do:
npm install
- run the thing:
adhoc-repo /path/to/your/shared/folder http://mypackages.localhost:8080
- finish setting up your small-time CI architecture