An open API service indexing awesome lists of open source software.

https://github.com/lexcast/linter-twig

Atom linter for Twig templates
https://github.com/lexcast/linter-twig

apm atom linter twig

Last synced: about 2 months ago
JSON representation

Atom linter for Twig templates

Awesome Lists containing this project

README

        

# Twig Linter

[![apm install linter-twig](https://apm-badges.herokuapp.com/apm/linter-twig.svg)](https://atom.io/packages/linter-twig)

## Requirements

Before installing this package, you need [asm89/twig-lint](https://github.com/asm89/twig-lint)
installed and in your `$PATH`. Do the following:

- Install PHP

- Install Composer

- Install [asm89/twig-lint](https://github.com/asm89/twig-lint)

```bash
composer global require "asm89/twig-lint" "@dev"
```

**IMPORTANT TO INSTALL THE DEV VERSION**

## Install
From Atom go to Settings ➔ Install or with the command `Settings View:Install Packages and Themes` and then search for `linter-twig`

Or with apm:
```bash
apm install linter-twig
```