Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshmerlino/ts-package
Easily create Typescript node.js packages from this boilerplate
https://github.com/joshmerlino/ts-package
Last synced: about 1 month ago
JSON representation
Easily create Typescript node.js packages from this boilerplate
- Host: GitHub
- URL: https://github.com/joshmerlino/ts-package
- Owner: JoshMerlino
- Created: 2021-03-05T01:46:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:04:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T18:59:11.431Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 722 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-package
### Checks
* [![Code Style Analysis](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml/badge.svg)](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml)
* [![Code Quality Analysis](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml/badge.svg)](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml)
* [![Test CI](https://github.com/JoshMerlino/ts-package/actions/workflows/test-ci.yml/badge.svg)](https://github.com/JoshMerlino/ts-package/actions/workflows/test-ci.yml)## Getting Started
```bash
# Clone the repo
git clone https://github.com/JoshMerlino/ts-package -b master --single-branch -o upstream my-package
```