Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Documentation

Christian Smith edited this page Jun 10, 2014 · 40 revisions

Install

$ npm install -g anvil-connect

Generate Deployment Respository

Run the following command in an empty directory.

$ nv init deployment

This will create a deployment repository that looks something like this:

├── .git
├── .gitignore
├── .modulusignore
├── config.development.json
├── config.production.json
├── keys
│   ├── private.pem
│   └── public.pem
├── package.json
├── public
├── server.js
└── views
    ├── authorize.jade
    ├── signin.jade
    └── signup.jade

Configure

CLI

HTTP API

Client Libraries

Contribute