https://github.com/caseywebb/node-template
Template repository for (TypeScript) Node projects
https://github.com/caseywebb/node-template
Last synced: 5 months ago
JSON representation
Template repository for (TypeScript) Node projects
- Host: GitHub
- URL: https://github.com/caseywebb/node-template
- Owner: caseyWebb
- License: wtfpl
- Created: 2019-08-22T17:00:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:59:36.000Z (over 3 years ago)
- Last Synced: 2024-10-18T07:13:19.119Z (over 1 year ago)
- Language: Shell
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# $OWNER/$REPO
> \$DESCRIPTION
[![NPM Version][npm-version-shield]][npm-version]
[![NPM Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][license]
[![TypeScript][typescript-shield]][typescript]
[![Build Status][build-status-shield]][build-status]
[![Coverage Status][codecov-shield]][codecov]
[![Downloads][npm-stats-shield]][npm-stats]
## TODO
- [ ] Replace `$OWNER` and `$REPO`
- [ ] Set `name` and `description` in package.json
- [ ] Update name in LICENSE (or substitute license and change in package.json)
- [ ] :tada: Profit
[npm-version]: https://npmjs.com/package/$REPO
[npm-version-shield]: https://img.shields.io/npm/v/$REPO.svg
[npm-stats]: http://npm-stat.com/charts.html?package=$REPO&author=&from=&to=
[npm-stats-shield]: https://img.shields.io/npm/dt/$REPO.svg?maxAge=2592000
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/$REPO.svg
[typescript]: https://www.typescriptlang.org/
[typescript-shield]: https://img.shields.io/badge/definitions-TypeScript-blue.svg
[build-status]: https://github.com/$OWNER/$REPO/actions/workflows/nodejs.yml
[build-status-shield]: https://img.shields.io/github/workflow/status/$OWNER/$REPO/Node%20CI/master
[codecov]: https://codecov.io/gh/$OWNER/$REPO
[codecov-shield]: https://img.shields.io/codecov/c/github/$OWNER/$REPO.svg