Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakemmarsh/mono-ts-starter
- Owner: jakemmarsh
- License: mit
- Created: 2019-10-08T20:25:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:59:18.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T18:05:49.767Z (7 months ago)
- Topics: boilerplate, eslint, jest, starter, typescript
- Language: JavaScript
- Size: 284 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`