Skip to content

CodingVoodoo/livetemplates

Repository files navigation

IntelliJ Live Templates

Idea

Idea behind that project is to give a listings of live templates to developers which suppose to be used in IntelliJ IDEA

Suppport

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

Development

Install dependencies:

yarn

Local build:

yarn run develop

Production build:

yarn run build

Netlify Status