Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).