https://github.com/eoinkelly/pasta
  
  
    Pretty print Elixir ASTs 
    https://github.com/eoinkelly/pasta
  
        Last synced: 8 months ago 
        JSON representation
    
Pretty print Elixir ASTs
- Host: GitHub
 - URL: https://github.com/eoinkelly/pasta
 - Owner: eoinkelly
 - License: mit
 - Created: 2016-07-14T21:48:12.000Z (over 9 years ago)
 - Default Branch: master
 - Last Pushed: 2016-07-14T21:51:51.000Z (over 9 years ago)
 - Last Synced: 2025-01-07T08:48:41.871Z (10 months ago)
 - Language: Elixir
 - Size: 1.95 KB
 - Stars: 0
 - Watchers: 3
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # Pasta
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
  1. Add `pasta` to your list of dependencies in `mix.exs`:
    ```elixir
    def deps do
      [{:pasta, "~> 0.1.0"}]
    end
    ```
  2. Ensure `pasta` is started before your application:
    ```elixir
    def application do
      [applications: [:pasta]]
    end
    ```