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
- Host: GitHub
- URL: https://github.com/sbobrov85/twig-linter
- Owner: sbobrov85
- Created: 2017-06-03T07:34:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T17:28:28.000Z (about 6 years ago)
- Last Synced: 2023-07-04T10:35:33.613Z (almost 3 years ago)
- Topics: netbeans, netbeans-plugin, twig, twig-linter
- Language: Java
- Size: 318 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twig-linter

Integrate php twig-linter with NetBeans IDE

## 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