@wmfs/form-maker

1.9.0 • Public • Published

Form-maker

Tymly Package npm (scoped) CircleCI codecov CodeFactor Dependabot badge Commitizen friendly JavaScript Style Guide license

Generates a form and state machine in JSON format based on a given yaml.

Tests

$ npm test

Usage

const formMaker = require('form-maker')

formMaker (
  {
    namespace: 'test', // the namespace of the model you want to save form data to
    formName: 'peopleForm', // name of the form
    modelName: 'peopleModel', // name of the model that you want to save form data to
    yamlPath: 'path/to/yaml/file'
  },
  function (err, result) {
    // result.form - holds the generated form object
    // result.stateMachine - holds the generated state machine object
  }
)

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @wmfs/form-maker

Weekly Downloads

183

Version

1.9.0

License

MIT

Unpacked Size

45.3 kB

Total Files

15

Last publish

Collaborators

  • wmfsbot