This commit is contained in:
2016-09-18 23:44:56 +02:00
parent af96ab531b
commit e47df19015
5 changed files with 27 additions and 7 deletions

View File

@ -67,6 +67,20 @@
<div class="tsd-panel tsd-typography">
<h1 id="early">early</h1>
<p>minimal and fast loading animation for modules that need a little starting time.</p>
<h2 id="availabililty">Availabililty</h2>
<p><a href="https://www.npmjs.com/package/early"><img src="https://push.rocks/assets/repo-button-npm.svg" alt="npm"></a>
<a href="https://gitlab.com/pushrocks/early"><img src="https://push.rocks/assets/repo-button-git.svg" alt="git"></a>
<a href="https://github.com/pushrocks/early"><img src="https://push.rocks/assets/repo-button-mirror.svg" alt="git"></a>
<a href="https://pushrocks.gitlab.io/early/"><img src="https://push.rocks/assets/repo-button-docs.svg" alt="docs"></a></p>
<h2 id="status-for-master">Status for master</h2>
<p><a href="https://gitlab.com/pushrocks/early/commits/master"><img src="https://gitlab.com/pushrocks/early/badges/master/build.svg" alt="build status"></a>
<a href="https://gitlab.com/pushrocks/early/commits/master"><img src="https://gitlab.com/pushrocks/early/badges/master/coverage.svg" alt="coverage report"></a>
<a href="https://david-dm.org/pushrocks/early"><img src="https://david-dm.org/pushrocks/early.svg" alt="Dependency Status"></a>
<a href="https://www.bithound.io/github/pushrocks/early/master/dependencies/npm"><img src="https://www.bithound.io/github/pushrocks/early/badges/dependencies.svg" alt="bitHound Dependencies"></a>
<a href="https://www.bithound.io/github/pushrocks/early"><img src="https://www.bithound.io/github/pushrocks/early/badges/code.svg" alt="bitHound Code"></a>
<a href="https://nodejs.org/dist/latest-v6.x/docs/api/"><img src="https://img.shields.io/badge/TypeScript-2.x-blue.svg" alt="TypeScript"></a>
<a href="https://nodejs.org/dist/latest-v6.x/docs/api/"><img src="https://img.shields.io/badge/node-&gt;=%206.x.x-blue.svg" alt="node"></a>
<a href="http://standardjs.com/"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide"></a></p>
<h2 id="usage">Usage</h2>
<pre><code class="lang-typescript"><span class="hljs-comment">// Put the following at the start of your module</span>
<span class="hljs-keyword">import</span> * as early from <span class="hljs-string">"early"</span>;