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
- Host: GitHub
- URL: https://github.com/lexcast/linter-twig
- Owner: lexcast
- License: mit
- Created: 2015-12-10T03:26:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T05:11:48.000Z (over 7 years ago)
- Last Synced: 2025-02-03T18:11:19.281Z (3 months ago)
- Topics: apm, atom, linter, twig
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Twig Linter
[](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
```