Package Exports
- npmfrog
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npmfrog) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
npmFrog
A nice npmjs.org-like web interface for jFrog Artifactory
Installation
npm i -g npmfrog
Duplicate the file .SAMPLE.npmfrogrc.json
and rename it to .npmfrogrc.json
(you either leave it in the project directory or put it in your home directory).
Usage
npmfrog
Browse to npmFrog instance http://localhost:8000.
Development
npm run dev
With local environment (no internet connection needed):
npm start
To see the logs, run
npm run logs
Stop all running background processes:
npm stop