Skip to content

BrooklinJazz/livebook_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LivebookFormatter

A formatter for .livemd files.

Installation

def deps do
  [
    {:livebook_formatter, "~> 0.1.0", only: :dev, runtime: false}
  ]
end

Usage

HexDocs Documentation

You may either use the provided LivebookFormatter.reformat/1 function to format the contents of a .livemd file, or you can use the mix format_livebooks task which automatically formats all .livemd files within the current mix project.

About

Extracts the existing Livebook Formatter into a separate project with a convenient task to format all .livemd files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages