Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zurfyx/typescript-starter-kit

TypeScript Starter Kit for building a library, framework or app.
https://github.com/zurfyx/typescript-starter-kit

jest starter typescript

Last synced: 4 months ago
JSON representation

TypeScript Starter Kit for building a library, framework or app.

Awesome Lists containing this project

README

        

# TypeScript Starter Kit

> A starter kit for building a (library|framework|app) with TypeScript.

[![npm Version](https://img.shields.io/npm/v/typescript-starter-kit.svg)](https://www.npmjs.com/package/typescript-starter-kit)
[![Build Status](https://travis-ci.org/zurfyx/typescript-starter-kit.svg?branch=master)](https://travis-ci.org/zurfyx/typescript-starter-kit)
[![David](https://david-dm.org/zurfyx/typescript-starter-kit.svg)](https://david-dm.org/zurfyx/typescript-starter-kit)
[![David](https://david-dm.org/zurfyx/typescript-starter-kit/dev-status.svg)](https://david-dm.org/zurfyx/typescript-starter-kit#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/github/zurfyx/typescript-starter-kit/badge.svg?branch=master)](https://coveralls.io/github/zurfyx/typescript-starter-kit?branch=master)
[![Code Climate](https://codeclimate.com/github/zurfyx/typescript-starter-kit/badges/gpa.svg)](https://codeclimate.com/github/zurfyx/typescript-starter-kit)

## Features

- TypeScript 2
- Jest
- TSLint ([airbnb config](https://www.npmjs.com/package/tslint-config-airbnb))
- Travis CI

## Getting started

```
npm run build
```

See [`package.json`](https://github.com/zurfyx/typescript-starter-kit/blob/master/package.json) for the rest of commands.

## Contributions

Contributions are very welcome.

## License

MIT © [Gerard Rovira Sánchez](//zurfyx.com)