Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/typescript-starter
A starter project that makes creating a TypeScript module extremely easy.
https://github.com/jacobbubu/typescript-starter
Last synced: 2 months ago
JSON representation
A starter project that makes creating a TypeScript module extremely easy.
- Host: GitHub
- URL: https://github.com/jacobbubu/typescript-starter
- Owner: jacobbubu
- License: mit
- Created: 2019-10-12T05:09:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:34:15.000Z (about 2 years ago)
- Last Synced: 2023-03-23T08:33:59.494Z (almost 2 years ago)
- Language: TypeScript
- Size: 621 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# --libraryname--
[![Build Status](https://travis-ci.org/--username--/--librarynamewithoutscope--.svg)](https://travis-ci.org/--username--/--librarynamewithoutscope--)
[![Coverage Status](https://coveralls.io/repos/github/--username--/--librarynamewithoutscope--/badge.svg)](https://coveralls.io/github/--username--/--librarynamewithoutscope--)
[![npm](https://img.shields.io/npm/v/--libraryname--.svg)](https://www.npmjs.com/package/--libraryname--/)> A starter project that makes creating a TypeScript module extremely easy.
## Intro.
This tool is a modification of [typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter), I'm using it to create Node.JS modules.
## Usage
```bash
git clone https://github.com/jacobbubu/typescript-starter.git YOURFOLDERNAME
cd YOURFOLDERNAME
npm install
```**Start coding!** `package.json` and entry files are already set up for you, so don't worry about linking to your main file, typings, etc. Just keep those files with the same name.
## Features
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!