Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 327 Bytes

packs pack surveys ✌️

Packs is a tool to build, configure, test and deploy surveys.

Installation

$ npm i -g packs

Static survey generator

import { run } from 'packs'
import survey from './survey'
import modules from './modules'

run(survey, modules)
$ packs serve