Skip to content

Commit f89076a

Browse files
committed
Initial commit w/ README.
0 parents  commit f89076a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# inline-html-template-plugin
2+
3+
[![Build Status](https://travis-ci.com/WTW-IM/inline-html-template-plugin.svg?branch=master)](https://travis-ci.com/github/WTW-IM/inline-html-template-plugin)
4+
[![npm version](https://badge.fury.io/js/inline-html-template-plugin.svg)](https://badge.fury.io/js/inline-html-template-plugin)
5+
6+
## Installation
7+
8+
To install, simply run:
9+
10+
```bash
11+
npm install --save inline-html-template-plugin
12+
```
13+
14+
## Usage
15+
16+
## Contributing
17+
18+
This package uses `semantic-release`. Changes will be compiled into a changelog and the package versioned, tagged and published automatically.
19+
Please ensure your commit messages adhere to the following structure:
20+
21+
```
22+
<type>: <subject>
23+
<BLANK LINE>
24+
<body>
25+
```
26+
27+
Only the header is mandatory. The supported types are based off of the [ESLint Convention](https://github.com/conventional-changelog/conventional-changelog/tree/35e279d40603b0969c6d622514f5c0984c5bf309/packages/conventional-changelog-eslint).

0 commit comments

Comments
 (0)