An open API service indexing awesome lists of open source software.

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

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