elm-markup

0.1.1 • Public • Published

Elm Markup CLI

Check your elm-markup files (*.emu) for errors using any elm-markup documents you have defined in your elm code.

It requires elm-markup version 3.0 or later.

Installation

npm install -g elm-markup

Usage

# Find exposed `Mark.Document` and use them to parse .emu files. 
# Print errors to the console by default. 
elm-markup
 
# print version of Elm Markup CLI 
elm-markup --version
 
# --report  
# Change the report format. 
# options 
#  console (default) - print in a human readable format. 
#  json - encode every error in json and log to stdout  
elm-markup --report=json

Previewing Documents

This packge doesn't handle previewing what a document would look like because that's probably better handled by your elm application and a tool like elm-live

Readme

Keywords

Package Sidebar

Install

npm i elm-markup

Weekly Downloads

0

Version

0.1.1

License

BSD-3-Clause

Unpacked Size

84.5 kB

Total Files

25

Last publish

Collaborators

  • mdgriffith