https://github.com/technote-space/ts-package-template
Template for npm package.
https://github.com/technote-space/ts-package-template
template
Last synced: 3 months ago
JSON representation
Template for npm package.
- Host: GitHub
- URL: https://github.com/technote-space/ts-package-template
- Owner: technote-space
- License: mit
- Created: 2019-09-22T04:38:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:09:12.000Z (over 1 year ago)
- Last Synced: 2025-03-26T23:39:02.121Z (3 months ago)
- Topics: template
- Language: Shell
- Homepage:
- Size: 2.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TypeScript Package Template
[](https://badge.fury.io/js/%40technote-space%2Fts-package-template)
[](https://github.com/technote-space/ts-package-template/actions)
[](https://codecov.io/gh/technote-space/ts-package-template)
[](https://www.codefactor.io/repository/github/technote-space/ts-package-template)
[](https://github.com/technote-space/ts-package-template/blob/master/LICENSE)Template for npm package.
## Table of Contents
Details
- [Setup](#setup)
- [yarn](#yarn)
- [npm](#npm)
- [Author](#author)## Setup
### yarn
- `yarn setup`
### npm
- `npm run setup`## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)