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

https://github.com/wasabi-io/ts-library-skeleton

Skeleton Typescript Library
https://github.com/wasabi-io/ts-library-skeleton

library skeleton-template typescript

Last synced: 5 days ago
JSON representation

Skeleton Typescript Library

Awesome Lists containing this project

README

          

## ts-library-skeleton

#### Motivation

Base skeleton for javascript library.

#### [Type Docs](https://wasabi-io.github.io/ts-library-skeleton)

#### Getting Started

* Before Start Project

```ssh
$ git clone https://github.com/wasabi-io/ts-library-skeleton.git`
$ cd ts-library-skeleton
$ npm install
```

* run test

```ssh
$ npm test
```

* run coverage

```ssh
$ npm run coverage
```

* export docs

```ssh
$ npm run docs
```

* build code as javascript (common-js)

```ssh
$ npm build
```