Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 653 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 653 Bytes

Stork

Actions Status

A JSON migrator CLI for ATD

Installation

Using Esy

Add this to your esy.json or package.json file:

  ...
  {
    "stork": "*"
  },
  "resolutions": {
    "stork": "dialohq/stork#<COMMIT_SHA>"
  }
  ...

Usage

stork gen -o 'dir/file' [ --rescript ]

Will generate dir/file.ml and dir/file.mli. Use --rescript to generate ReScript files.

TODO: explain whole workflow.

Contributing

Take a look at our Contributing Guide. `