Socket
Socket
Sign inDemoInstall

pouchdb-fauxton

Package Overview
Dependencies
0
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pouchdb-fauxton

Fork of couchdb-fauxton, styled for PouchDB


Version published
Weekly downloads
982
decreased by-27.31%
Maintainers
5
Install size
4.99 MB
Created
Weekly downloads
 

Readme

Source

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:

  1. Check out the couchdb-fauxton source from Github
  2. Apply some transformations to style it
  3. Build couchdb-fauxton from source
  4. 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.

Keywords

FAQs

Last updated on 02 Mar 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc