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

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

Integrate php twig-linter with NetBeans IDE
https://github.com/sbobrov85/twig-linter

netbeans netbeans-plugin twig twig-linter

Last synced: 5 months ago
JSON representation

Integrate php twig-linter with NetBeans IDE

Awesome Lists containing this project

README

          

# twig-linter

![Released](https://img.shields.io/badge/status-released-green.svg)

Integrate php twig-linter with NetBeans IDE

![plugin screen](screen.jpg "Plugin screen")

## Install from *.nbm

1. Download latest release from [releases page](https://github.com/sbobrov85/twig-linter/releases).
2. Install to NetBeans use [standard instruction](http://wiki.netbeans.org/InstallingAPlugin).

## Build from source

1. Clone this repo: git clone https://github.com/sbobrov85/twig-linter.git ~/twig-linter
2. Open NetBeans, select File -> Open project... and select cloned folder.
3. Right mouse click by project, select "Create NBM" and wait.
4. Install to NetBeans, use [standard instruction](http://wiki.netbeans.org/InstallingAPlugin) with select nbm from "build" subfolder.

## Twig linter executable

* Follow instructions from repo: https://github.com/asm89/twig-lint
* Install this plugin (from source).
* Select phar executable from Tools -> Options -> PHP -> Twig linter.

## Uninstall

Use [standard uninstall instruction](http://wiki.netbeans.org/PluginUninstallation).

## Support

Use github issues for this repo