https://github.com/joshmerlino/ts-package
Easily create Typescript node.js packages from this boilerplate
https://github.com/joshmerlino/ts-package
Last synced: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:04:53.000Z (about 3 years ago)
- Last Synced: 2024-12-31T21:28:27.940Z (over 1 year 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
* [](https://github.com/JoshMerlino/ts-package/actions/workflows/code-style-analysis.yml)
* [](https://github.com/JoshMerlino/ts-package/actions/workflows/code-quality-analysis.yml)
* [](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
```