Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakemmarsh/mono-ts-starter

A boilerplate for starting and publishing a TypeScript npm module.
https://github.com/jakemmarsh/mono-ts-starter

boilerplate eslint jest starter typescript

Last synced: about 2 hours ago
JSON representation

A boilerplate for starting and publishing a TypeScript npm module.

Awesome Lists containing this project

README

        

# mono-ts-starter [![Build Status](https://travis-ci.org/jakemmarsh/mono-ts-starter.svg?branch=master)](https://travis-ci.org/jakemmarsh/mono-ts-starter)

A boilerplate for starting and publishing a TypeScript npm module.

## Overview

This is a relatively simple boilerplate providing the tooling for testing and building a TypeScript module
in preparation for publishing on NPM.

It does not provide out-of-the-box support for third-party libraries such as React. However, hey should be fairly straight-forward
to add without anything like Webpack.

## Getting Started

1. `git clone https://github.com/jakemmarsh/mono-ts-starter.git`
2. Get started writing your module!

## Contributing

🎊 Thanks for considering contributing! Issue reports and pull requests are always welcome.

To get started:

1. `git clone https://github.com/jakemmarsh/mono-ts-starter.git`
2. `cd mono-ts-starter`
3. `npm install`

To test your changes before opening a PR:

`npm test`