🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

pouchdb-fauxton

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-fauxton

Fork of couchdb-fauxton, styled for PouchDB

0.0.6
latest
Version published
Weekly downloads
1.8K
33.71%
Maintainers
5
Weekly downloads
 
Created

pouchdb-fauxton

Fork/modification of couchdb-fauxton designed for pouchdb-server and express-pouchdb

Usage

npm install pouchdb-fauxton

The web files are in www/.

Description

How it works:

  • Check out the couchdb-fauxton source from Github
  • Apply some transformations to style it
  • Build couchdb-fauxton from source
  • Publish the built files to npm

Why a separate repo? It takes a while to build couchdb-fauxton, and it would be painful to build couchdb-fauxton from source just to build express-pouchdb/pouchdb-server, so by putting it in a separate module we can just deploy the built files to npm.

Development

To update this project to a later version of Fauxton, you'll need to change the GIT_HASH in prepublish.sh.

To hack on pouchdb-server/express-pouchdb while updating Fauxton, you'll just need to npm link it:

cd path/to/pouchdb-fauxton
npm link
cd path/to/express-pouchdb
npm link pouchdb-fauxton

You can also link express-pouchdb to pouchdb-server in this manner.

FAQs

Package last updated on 02 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts