Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreidmt/tpl-lib-react-ts

React, Babel, Typescript, ESLint and friends :boy::girl::unicorn::rainbow::hurtrealbad:
https://github.com/andreidmt/tpl-lib-react-ts

babel eslint prettier react riteway semantic-release typescript

Last synced: 15 days ago
JSON representation

React, Babel, Typescript, ESLint and friends :boy::girl::unicorn::rainbow::hurtrealbad:

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/asd-xiv/m.svg?style=svg)](https://circleci.com/gh/asd-xiv/m)
[![npm version](https://badge.fury.io/js/%40asd14%2Fm.svg)](https://badge.fury.io/js/%40asd14%2Fm)
[![dev-badge](https://david-dm.org/asd14-xyz/m.svg)](https://david-dm.org/asd14-xyz/m)
[![Coverage Status](https://coveralls.io/repos/github/asd-xiv/m/badge.svg)](https://coveralls.io/github/asd-xiv/m)

# tpl-lib-react-ts

---

* [Install](#install)
* [Use](#use)
* [Develop](#develop)
* [Changelog](#changelog)

## Install

```bash
npm install your-lib-here
```

## Use

## Develop

```bash
git clone [email protected]:andreidmt/tpl-lib-react-ts.git && \
cd tpl-lib-react-ts && \
npm run setup

# run tests (any `*.test.js`) once
npm test

# watch `src` folder for changes and run test automatically
npm run tdd
```

## Changelog

See the [releases section](https://github.com/asd14-xyz/m/releases) for details.