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

https://github.com/technote-space/ts-package-template

Template for npm package.
https://github.com/technote-space/ts-package-template

template

Last synced: 3 months ago
JSON representation

Template for npm package.

Awesome Lists containing this project

README

        

# TypeScript Package Template

[![npm version](https://badge.fury.io/js/%40technote-space%2Fts-package-template.svg)](https://badge.fury.io/js/%40technote-space%2Fts-package-template)
[![CI Status](https://github.com/technote-space/ts-package-template/workflows/CI/badge.svg)](https://github.com/technote-space/ts-package-template/actions)
[![codecov](https://codecov.io/gh/technote-space/ts-package-template/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/ts-package-template)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/ts-package-template/badge)](https://www.codefactor.io/repository/github/technote-space/ts-package-template)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/ts-package-template/blob/master/LICENSE)

Template for npm package.

## Table of Contents

Details

- [Setup](#setup)
- [yarn](#yarn)
- [npm](#npm)
- [Author](#author)

## Setup
### yarn
- `yarn setup`
### npm
- `npm run setup`

## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)