Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobbubu/typescript-starter

A starter project that makes creating a TypeScript module extremely easy.
https://github.com/jacobbubu/typescript-starter

Last synced: 2 months ago
JSON representation

A starter project that makes creating a TypeScript module extremely easy.

Awesome Lists containing this project

README

        

# --libraryname--

[![Build Status](https://travis-ci.org/--username--/--librarynamewithoutscope--.svg)](https://travis-ci.org/--username--/--librarynamewithoutscope--)
[![Coverage Status](https://coveralls.io/repos/github/--username--/--librarynamewithoutscope--/badge.svg)](https://coveralls.io/github/--username--/--librarynamewithoutscope--)
[![npm](https://img.shields.io/npm/v/--libraryname--.svg)](https://www.npmjs.com/package/--libraryname--/)

> A starter project that makes creating a TypeScript module extremely easy.

## Intro.

This tool is a modification of [typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter), I'm using it to create Node.JS modules.

## Usage

```bash
git clone https://github.com/jacobbubu/typescript-starter.git YOURFOLDERNAME
cd YOURFOLDERNAME
npm install
```

**Start coding!** `package.json` and entry files are already set up for you, so don't worry about linking to your main file, typings, etc. Just keep those files with the same name.

## Features

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!