Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/andreidmt/tpl-lib-react-ts
- Owner: andreidmt
- License: bsd-3-clause
- Created: 2021-05-02T19:17:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T09:32:54.000Z (about 2 years ago)
- Last Synced: 2024-11-08T15:56:24.878Z (2 months ago)
- Topics: babel, eslint, prettier, react, riteway, semantic-release, typescript
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.