Idea behind that project is to give a listings of live templates to developers which suppose to be used in IntelliJ IDEA
All new IntelliJ Live Templates are very welcome! Please create PR against this repository
All new templates are based on markdown file with .md extension. If .md file has a tag image of the file that does not exist here it should be included into PR
Install dependencies:
yarn
Local build:
yarn run develop
Production build:
yarn run build