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
- Host: GitHub
- URL: https://github.com/wasabi-io/ts-library-skeleton
- Owner: wasabi-io
- License: mit
- Created: 2017-03-23T20:46:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T23:00:42.000Z (about 9 years ago)
- Last Synced: 2024-04-22T05:20:20.670Z (about 2 years ago)
- Topics: library, skeleton-template, typescript
- Language: TypeScript
- Size: 107 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```