Skip to content

Commit

Permalink
Installation README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed May 31, 2019
1 parent e529aec commit 311b604
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Tsfunct is a **T**ype**S**cript **funct**ional library made directly for TS with its static
typesystem in mind.

### Installation

To install this package run either:
`yarn add @siegrift/tsfunct`
or if you use npm
`npm i @siegrift/tsfunct --save`

### Motivation

There are two big libraries which provide helper functions for JS/TS. These are
Expand Down
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ <h1> @siegrift/tsfunct</h1>
<h1 id="tsfunct-circleci">tsfunct <a href="https://circleci.com/gh/Siegrift/tsfunct"><img src="https://circleci.com/gh/Siegrift/tsfunct.svg?style=svg" alt="CircleCI"></a></h1>
<p>Tsfunct is a <strong>T**ype</strong>S<strong>cript **funct</strong>ional library made directly for TS with its static
typesystem in mind.</p>
<h3 id="installation">Installation</h3>
<p>To install this package run either:
<code>yarn add @siegrift/tsfunct</code>
or if you use npm
<code>npm i @siegrift/tsfunct --save</code> </p>
<h3 id="motivation">Motivation</h3>
<p>There are two big libraries which provide helper functions for JS/TS. These are
<a href="https://github.com/lodash/lodash">lodash</a> and <a href="https://github.com/ramda/ramda">ramda</a>. Both of
Expand Down

0 comments on commit 311b604

Please sign in to comment.