Metadata-Version: 1.1
Name: elm-format
Version: 0.8.1.1
Summary: elm-format installer
Home-page: https://github.com/natim/elm-format-installer
Author: Rémy Hubscher
Author-email: remy@chefclub.tv
License: Apache License (2.0)
Description: The Elm Format Installer
        ========================
        
        We have a way to use ``npm install elm-format``, however it is often hard to use.
        This is an attempt to create a pypi installer so that we can use: ``pip install elm-format`` instead.
        
        
        Install
        -------
        
        .. code-block:: console
        
            $ pip install elm-format --no-cache-dir
            $ elm-format --help | head -n1
            elm-format 0.8.1
        
        
        Changelog
        =========
        
        This document describes changes in the installer between each past release.
        
        0.8.1.1 (2019-04-04)
        --------------------
        
        - Create a setup.py that allow for install.
        
        
        Contributors
        ============
        
        * Rémy Hubscher <remy@chefclub.tv>
        
Keywords: web services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
