https://github.com/tada5hi/typescript-template
Typescript template to create new repositories
https://github.com/tada5hi/typescript-template
Last synced: 4 months ago
JSON representation
Typescript template to create new repositories
- Host: GitHub
- URL: https://github.com/tada5hi/typescript-template
- Owner: tada5hi
- License: mit
- Created: 2023-12-24T20:42:56.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-06T01:14:37.000Z (over 1 year ago)
- Last Synced: 2025-06-13T11:07:18.095Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 518 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# typescript-template 🚀
[![npm version][npm-version-src]][npm-version-href]
[![npm version][codecov-src]][codecov-href]
[![Master Workflow][workflow-src]][workflow-href]
[![Known Vulnerabilities][snyk-src]][snyk-href]
[![Conventional Commits][conventional-src]][conventional-href]This is a package to ...
**Table of Contents**
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
```bash
npm install typescript-template --save
```## Usage
...
## Contributing
Before starting to work on a pull request, it is important to review the guidelines for
[contributing](./CONTRIBUTING.md) and the [code of conduct](./CODE_OF_CONDUCT.md).
These guidelines will help to ensure that contributions are made effectively and are accepted.## License
Made with 💚
Published under [MIT License](./LICENSE).
[npm-version-src]: https://badge.fury.io/js/typescript-template.svg
[npm-version-href]: https://npmjs.com/package/typescript-template
[codecov-src]: https://codecov.io/gh/Tada5hi/typescript-template/branch/master/graph/badge.svg?token=4KNSG8L13V
[codecov-href]: https://codecov.io/gh/Tada5hi/typescript-template
[workflow-src]: https://github.com/Tada5hi/typescript-template/workflows/CI/badge.svg
[workflow-href]: https://github.com/Tada5hi/typescript-template
[snyk-src]: https://snyk.io/test/github/Tada5hi/typescript-template/badge.svg?targetFile=package.json
[snyk-href]: https://snyk.io/test/github/Tada5hi/typescript-template?targetFile=package.json
[conventional-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
[conventional-href]: https://conventionalcommits.org