Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/pull-throughput
https://github.com/jacobbubu/pull-throughput
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/pull-throughput
- Owner: jacobbubu
- License: mit
- Created: 2020-05-11T13:19:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:35:36.000Z (about 2 years ago)
- Last Synced: 2024-12-14T17:40:41.076Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @jacobbubu/pull-throughput
[![Build Status](https://github.com/jacobbubu/pull-throughput/workflows/Build%20and%20Release/badge.svg)](https://github.com/jacobbubu/pull-throughput/actions?query=workflow%3A%22Build+and+Release%22)
[![Coverage Status](https://coveralls.io/repos/github/jacobbubu/pull-throughput/badge.svg)](https://coveralls.io/github/jacobbubu/pull-throughput)
[![npm](https://img.shields.io/npm/v/@jacobbubu/pull-throughput.svg)](https://www.npmjs.com/package/@jacobbubu/pull-throughput/)> A starter project that makes creating a TypeScript module extremely easy.
## Intro.
This tool was modified from [typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter), but I made the following revisions:
- Use GitHub Actions instead of TravisCI
- Used to develop Node.JS Module instead of packaging code for browser## 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.
## Before push
Before pushing the code to GitHub, please make sure that `NPM_TOKEN` is configured in `https://github.com/__your_repo__/settings/secrets`, or you can do this through [`semantic-release-cli`](https://github.com/semantic-release/cli).