Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffijoe/ts-module-boilerplate
TypeScript module boilerplate for Node packages
https://github.com/jeffijoe/ts-module-boilerplate
Last synced: about 1 month ago
JSON representation
TypeScript module boilerplate for Node packages
- Host: GitHub
- URL: https://github.com/jeffijoe/ts-module-boilerplate
- Owner: jeffijoe
- License: mit
- Created: 2017-09-26T05:56:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:49:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T22:12:06.554Z (7 months ago)
- Language: TypeScript
- Size: 2.1 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> This is a Node module boilerplate using TypeScript.
> Remove this block and replace all instances of `tsmodule` with your package name, as well as all instances of `jeffijoe` with your Github username.# tsmodule
[![npm](https://img.shields.io/npm/v/tsmodule.svg?maxAge=1000)](https://www.npmjs.com/package/tsmodule)
[![dependency Status](https://img.shields.io/david/jeffijoe/tsmodule.svg?maxAge=1000)](https://david-dm.org/jeffijoe/tsmodule)
[![devDependency Status](https://img.shields.io/david/dev/jeffijoe/tsmodule.svg?maxAge=1000)](https://david-dm.org/jeffijoe/tsmodule)
[![Build Status](https://img.shields.io/travis/jeffijoe/tsmodule.svg?maxAge=1000)](https://travis-ci.org/jeffijoe/tsmodule)
[![Coveralls](https://img.shields.io/coveralls/jeffijoe/tsmodule.svg?maxAge=1000)](https://coveralls.io/github/jeffijoe/tsmodule)
[![npm](https://img.shields.io/npm/dt/tsmodule.svg?maxAge=1000)](https://www.npmjs.com/package/tsmodule)
[![npm](https://img.shields.io/npm/l/tsmodule.svg?maxAge=1000)](https://github.com/jeffijoe/tsmodule/blob/master/LICENSE.md)# Install
With `npm`:
```
npm install tsmodule
```Or with `yarn`
```
yarn add tsmodule
```# Usage
Todo...
# Author
Jeff Hansen — [@Jeffijoe](https://twitter.com/Jeffijoe)