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

https://github.com/wangcch/ts-npm-workflow

npm workflow for function package
https://github.com/wangcch/ts-npm-workflow

npm-package npm-scripts template workflow

Last synced: 5 months ago
JSON representation

npm workflow for function package

Awesome Lists containing this project

README

          

# ts-npm-workflow

npm workflow for function package. with typescript

[![Build Status](https://travis-ci.org/wangcch/ts-npm-workflow.svg?branch=master)](https://travis-ci.org/wangcch/ts-npm-workflow)
[![](https://img.shields.io/github/license/wangcch/ts-npm-workflow)](https://github.com/wangcch/ts-npm-workflow/blob/master/LICENSE)

## usage

```
# install dependencies
yarn

# build for production with minification
yarn build

# test
yarn test
```

## license

[MIT](./LICENSE)