https://github.com/dev-protocol/template-repos-ts-functions
Template repository for Azure Functions with TypeScript
https://github.com/dev-protocol/template-repos-ts-functions
azure-functions template typescript
Last synced: 6 months ago
JSON representation
Template repository for Azure Functions with TypeScript
- Host: GitHub
- URL: https://github.com/dev-protocol/template-repos-ts-functions
- Owner: dev-protocol
- License: mpl-2.0
- Archived: true
- Created: 2020-08-19T07:04:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:19:06.000Z (over 1 year ago)
- Last Synced: 2025-07-08T05:30:09.193Z (7 months ago)
- Topics: azure-functions, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-repos-ts
Template repository for using TypeScript
# Stack
- npm client is [yarn](https://github.com/yarnpkg/yarn)
- Testing is [ava](https://github.com/avajs/ava)
- Linting is [eslint](https://github.com/eslint/eslint)
- Basic lint rule set is [eslint-plugin-functional](https://github.com/jonaskello/eslint-plugin-functional)
- Formatter is [prettier](https://github.com/prettier/prettier)
- Pre-install utility is [ramda](https://github.com/ramda/ramda)
# Usage
Create a repository using this template; just runs following command.
```bash
yarn
```