Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/porter
caching npm proxy built with sailsjs
https://github.com/airtonix/porter
Last synced: 10 days ago
JSON representation
caching npm proxy built with sailsjs
- Host: GitHub
- URL: https://github.com/airtonix/porter
- Owner: airtonix
- License: mit
- Created: 2014-11-03T08:36:09.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-11-03T11:32:05.000Z (about 10 years ago)
- Last Synced: 2024-05-21T03:17:29.502Z (8 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Porter
Private Caching NPM proxy.
## Features
+ Local silos for packages that match patterns
+ Private silos
+ Multiple upstreams for packages that match patterns
+ RESTful interface
+ Extensible MVC backend
+ plugin your own authentication/authorization policies
+ create your own theme, use a template language of your choice# Installation
```bash
$ git clone github.com/airtonix/porter /opt/porter
$ cd /opt/porter
$ npm install
$ sails lift
```# Credits
+ Heavily inspired by Sinopias upstream/local-fs modules
+ An application built with [Sails](http://sailsjs.org).