Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 962 Bytes

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