Skip to Content
Pulpfixer 2
DocumentationGet Started

Get Started

Quick Start with PulpFixer

First, you need to setup npm proxy to have access to the pulpfixer package.

Setup npm proxy

npm config set registry https://npm.crigenetics.com

Install PulpFixer

In a new project, run the following command to install pulpfixer:

npm i pulpfixer

Install extensions

Optionally, you can install extensions, like support for mysql:

npm i pulpfixer-mysql
Last updated on