|
1 | | -# Studio Changes |
2 | | - |
3 | | -[![Build Status]](https://travis-ci.org/javascript-studio/studio-changes) |
4 | | -[![SemVer]](http://semver.org) |
5 | | -[![License]](https://github.com/javascript-studio/studio-changes/blob/master/LICENSE) |
6 | | - |
7 | | -📦 Generate a changelog as part of the [npm version command][1]. |
| 1 | +<h1 align="center"> |
| 2 | + Studio Changes |
| 3 | +</h1> |
| 4 | +<p align="center"> |
| 5 | + 📦 Generate a changelog as part of the <a href="https://docs.npmjs.com/cli/version">npm version command</a> |
| 6 | +</p> |
| 7 | +<p align="center"> |
| 8 | + <a href="https://travis-ci.org/javascript-studio/studio-changes"> |
| 9 | + <img src="https://img.shields.io/travis/javascript-studio/studio-changes/master.svg" alt="Build Status"> |
| 10 | + </a> |
| 11 | + <a href="https://www.npmjs.com/package/@studio/changes"> |
| 12 | + <img src="https://img.shields.io/npm/v/@studio/changes.svg" alt="npm Version"> |
| 13 | + </a> |
| 14 | + <a href="https://semver.org"> |
| 15 | + <img src="https://img.shields.io/:semver-%E2%9C%93-blue.svg" alt="SemVer"> |
| 16 | + </a> |
| 17 | + <a href="https://github.com/javascript-studio/studio-changes/blob/master/LICENSE"> |
| 18 | + <img src="https://img.shields.io/npm/l/@studio/changes.svg" alt="License"> |
| 19 | + </a> |
| 20 | +</p> |
8 | 21 |
|
9 | 22 | ## Usage |
10 | 23 |
|
@@ -43,7 +56,7 @@ The scripts can also be added with `changes --init`, if they do not exist yet: |
43 | 56 | $ node_modules/.bin/changes --init |
44 | 57 | ``` |
45 | 58 |
|
46 | | -Or with [npx][2]: |
| 59 | +Or with [npx][1]: |
47 | 60 |
|
48 | 61 | ```bash |
49 | 62 | $ npx changes --init |
@@ -89,10 +102,6 @@ $ npx changes |
89 | 102 |
|
90 | 103 | MIT |
91 | 104 |
|
92 | | -<div align="center">Made with ❤️ on 🌍</div> |
| 105 | +<p align="center">Made with ❤️ on 🌍<p> |
93 | 106 |
|
94 | | -[1]: https://docs.npmjs.com/cli/version |
95 | | -[2]: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b |
96 | | -[Build Status]: https://img.shields.io/travis/javascript-studio/studio-changes/master.svg |
97 | | -[SemVer]: https://img.shields.io/:semver-%E2%9C%93-brightgreen.svg |
98 | | -[License]: https://img.shields.io/npm/l/@studio/changes.svg |
| 107 | +[1]: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b |
0 commit comments